WebSsoAuthenticationEventArgs Class
This class supports the AD FS infrastructure and is not intended for public use.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.EventArgs
System.Web.Security.SingleSignOn.WebSsoAuthenticationEventArgs
Syntax
public sealed class WebSsoAuthenticationEventArgs : EventArgs
public ref class WebSsoAuthenticationEventArgs sealed : EventArgs
[<Sealed>]
type WebSsoAuthenticationEventArgs =
class
inherit EventArgs
end
Public NotInheritable Class WebSsoAuthenticationEventArgs
Inherits EventArgs
Constructors
Name | Description | |
---|---|---|
WebSsoAuthenticationEventArgs() | This class supports the AD FS infrastructure and is not intended for public use. |
|
WebSsoAuthenticationEventArgs(SingleSignOnIdentity, HttpContext) | This class supports the AD FS infrastructure and is not intended for public use. |
Properties
Name | Description | |
---|---|---|
Context | Gets or sets the current HttpContext, which encapsulates all HTTP-specific information about an individual HTTP request. |
|
Identity | Gets or sets the SingleSignOnIdentity for the user being authenticated. |
|
User | Gets or sets the IPrincipal that represents the user being authenticated. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top