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
     
    
    <CanBeNullAttribute()>
    Public Property WindowsSid As String
    [CanBeNull()]
    public string WindowsSid {get; set;}
    [CanBeNull()]
    public:
    property String^ WindowsSid {
       String^ get();
       void set (    String^ value);
    }
    Remarks
    This value is required if the LoginType is LoginType.WindowsUser or LoginType.WindowsGroup. See the Remarks for the SecurityLogin class for more information.
    See Also