adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityLogin Class / SetTypeFromNameUse Method

In This Topic
    SetTypeFromNameUse Method
    In This Topic
    Sets the LoginType based on a SIDNameUseValue
    Syntax
    'Declaration
     
    
    Public Function SetTypeFromNameUse( _
       ByVal source As SIDNameUse _
    ) As Boolean
    public bool SetTypeFromNameUse( 
       SIDNameUse source
    )

    Parameters

    source

    Return Value

    True if the value was set, False if the SIDNameUse cannot be mapped to a LoginType
    Remarks
    This method is used to set the LoginType when creating a new login, after resolving a windows account name to a SID.
    See Also