SigningOutEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |
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 |
Gets a SigningOutEventArgs that indicates sign-out was initiated by the identity provider (IP). |
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 |
Gets a SigningOutEventArgs that indicates sign-out was initiated by the relying party (RP). |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |