Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SecurityIdentifier class of the group account.
Namespace: Microsoft.WindowsServerSolutions.Groups
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
public SecurityIdentifier CurrentSid { get; }
public:
property SecurityIdentifier^ CurrentSid {
SecurityIdentifier^ get();
}
Public ReadOnly Property CurrentSid As SecurityIdentifier
Property Value
Type: System.Security.Principal.SecurityIdentifier
An instance of the SecurityIdentifier class.
See Also
Group Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top