adTempus API
ArcanaDevelopment.adTempus.Client Namespace / SecurityLogin Class / WindowsSid Property

In This Topic
    WindowsSid Property
    In This Topic
    The SID of the Windows identity that this login represents.
    Syntax
    'Declaration
     
    
    Public Property WindowsSid As String
    public string WindowsSid {get; set;}
    Remarks
    This value is required if the LoginType is LoginType.WindowsUser or LoginType.WindowsGroup.
    See Also