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 or sets the SingleSignOnIdentity for the user being authenticated.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public SingleSignOnIdentity Identity { get; set; }
public:
property SingleSignOnIdentity^ Identity {
SingleSignOnIdentity^ get();
void set(SingleSignOnIdentity^ value);
}
member Identity : SingleSignOnIdentity with get, set
Public Property Identity As SingleSignOnIdentity
Property Value
Type: System.Web.Security.SingleSignOn.SingleSignOnIdentity
The SingleSignOnIdentity for the user being authenticated.
See Also
WebSsoAuthenticationEventArgs Class
System.Web.Security.SingleSignOn Namespace
Return to top