ADGroupGeneration.Sids Property
Gets a TrustPolicyStringCollection collection that contains the security identifiers (SIDs) that map to corporate role claims. The claim generation is then based on the SID.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public TrustPolicyStringCollection Sids { get; }
public:
property TrustPolicyStringCollection^ Sids {
TrustPolicyStringCollection^ get();
}
member Sids : TrustPolicyStringCollection with get
Public ReadOnly Property Sids As TrustPolicyStringCollection
Property Value
Type: System.Web.Security.SingleSignOn.TrustPolicyStringCollection
A TrustPolicyStringCollection collection that contains the security identifiers (SIDs) that map to corporate role claims.
See Also
ADGroupGeneration Class
System.Web.Security.SingleSignOn Namespace
Return to top