adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityLogin Class / SetTypeFromNameUse Method
The SID name use


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
    )
    public:
    bool SetTypeFromNameUse( 
       SIDNameUse source
    ) 

    Parameters

    source
    The SID name use

    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