WsFederationAuthenticationNotifications Class

 

Specifies events which the WsFederationAuthenticationMiddleware invokes to enable developer control over the authentication process. />

Namespace:   Microsoft.Owin.Security.WsFederation
Assembly:  Microsoft.Owin.Security.WsFederation (in Microsoft.Owin.Security.WsFederation.dll)

System::Object
  Microsoft.Owin.Security.WsFederation::WsFederationAuthenticationNotifications

public ref class WsFederationAuthenticationNotifications 

NameDescription
System_CAPS_pubmethodWsFederationAuthenticationNotifications()

Creates a new set of notifications. Each notification has a default no-op behavior unless otherwise documented.

NameDescription
System_CAPS_pubpropertyAuthenticationFailed

Invoked if exceptions are thrown during request processing. The exceptions will be re-thrown after this event unless suppressed.

System_CAPS_pubpropertyMessageReceived

Invoked when a protocol message is first received.

System_CAPS_pubpropertyRedirectToIdentityProvider

Invoked to manipulate redirects to the identity provider for SignIn, SignOut, or Challenge.

System_CAPS_pubpropertySecurityTokenReceived

Invoked with the security token that has been extracted from the protocol message.

System_CAPS_pubpropertySecurityTokenValidated

Invoked after the security token has passed validation and a ClaimsIdentity has been generated.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: