ActiveDirectoryGroupClaim.GroupSid Property
Gets or sets the SID string of the Active Directory Group object associated with this ActiveDirectoryGroupClaim.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public string GroupSid { get; set; }
public:
property String^ GroupSid {
String^ get();
void set(String^ value);
}
member GroupSid : string with get, set
Public Property GroupSid As String
Property Value
Type: System.String
The SID string of the Active Directory Group object.
See Also
ActiveDirectoryGroupClaim Class
System.Web.Security.SingleSignOn Namespace
Return to top