SingleSignOnIdentity.SecurityPropertyCollection Property
Gets a collection of security properties for the claims possessed by the authenticated client.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public SecurityPropertyCollection SecurityPropertyCollection { get; }
public:
property SecurityPropertyCollection^ SecurityPropertyCollection {
SecurityPropertyCollection^ get();
}
member SecurityPropertyCollection : SecurityPropertyCollection with get
Public ReadOnly Property SecurityPropertyCollection As SecurityPropertyCollection
Property Value
Type: System.Web.Security.SingleSignOn.Authorization.SecurityPropertyCollection
A collection of security properties for the claims possessed by the authenticated client.
See Also
SingleSignOnIdentity Class
System.Web.Security.SingleSignOn Namespace
Return to top