SigningOutEventArgs
SigningOutEventArgs
SigningOutEventArgs
SigningOutEventArgs
Class
Definition
Provides data for the SigningOut event.
public ref class SigningOutEventArgs : EventArgs
public class SigningOutEventArgs : EventArgs
type SigningOutEventArgs = class
inherit EventArgs
Public Class SigningOutEventArgs
Inherits EventArgs
- Inheritance
Remarks
Read the IsIPInitiated property in an event handler to determine whether the sign-out was initiated by the IP (a sign-out clean-up request message was received by the RP), or whether the sign-out was initiated by the relying party (RP).
Constructors
SigningOutEventArgs(Boolean) SigningOutEventArgs(Boolean) SigningOutEventArgs(Boolean) SigningOutEventArgs(Boolean) |
Initializes a new instance of the SigningOutEventArgs class by using a value that specifies whether sign-out was requested by the identity provider (IP). |
Properties
IPInitiated IPInitiated IPInitiated IPInitiated |
Gets a SigningOutEventArgs that indicates sign-out was initiated by the identity provider (IP). |
IsIPInitiated IsIPInitiated IsIPInitiated IsIPInitiated |
Gets a value that indicates whether sign-out was initiated by the identity provider (IP) via a WS-Federation sign-out clean-up message ("wsignoutcleanup1.0"). |
RPInitiated RPInitiated RPInitiated RPInitiated |
Gets a SigningOutEventArgs that indicates sign-out was initiated by the relying party (RP). |
Methods
Equals(Object) Equals(Object) Equals(Object) Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() GetHashCode() GetHashCode() GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() GetType() GetType() GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() MemberwiseClone() MemberwiseClone() MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() ToString() ToString() ToString() |
Returns a string that represents the current object. (Inherited from Object) |
Applies to
See also
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...