UserIdentity.ServerAccountSID Property
Gets the security identifier for the server shadow account.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public string ServerAccountSID { get; }
public:
property String^ ServerAccountSID {
String^ get();
}
Public ReadOnly Property ServerAccountSID As String
Property Value
Type: System.String
An instance of String that contains the security identifier.
See Also
UserIdentity Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top