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
System_CAPS_pubmethod WebSsoAuthenticationEventArgs()

This class supports the AD FS infrastructure and is not intended for public use.

System_CAPS_pubmethod WebSsoAuthenticationEventArgs(SingleSignOnIdentity, HttpContext)

This class supports the AD FS infrastructure and is not intended for public use.

Properties

Name Description
System_CAPS_pubproperty Context

Gets or sets the current HttpContext, which encapsulates all HTTP-specific information about an individual HTTP request.

System_CAPS_pubproperty Identity

Gets or sets the SingleSignOnIdentity for the user being authenticated.

System_CAPS_pubproperty User

Gets or sets the IPrincipal that represents the user being authenticated.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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