Group.CurrentSid Property
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