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 collection of CustomClaim in the CorporateClaims object.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public CustomClaimCollection CustomClaims { get; }
public:
property CustomClaimCollection^ CustomClaims {
CustomClaimCollection^ get();
}
member CustomClaims : CustomClaimCollection with get
Public ReadOnly Property CustomClaims As CustomClaimCollection
Property Value
Type: System.Web.Security.SingleSignOn.CustomClaimCollection
The collection of CustomClaim in the CorporateClaims object.
See Also
CorporateClaims Class
System.Web.Security.SingleSignOn Namespace
Return to top