SigningOutEventArgs Class
Provides data for the WSFederationAuthenticationModule.SigningOut event.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
| Name | Description | |
|---|---|---|
![]() | 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). |
| Name | Description | |
|---|---|---|
![]() ![]() | 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). |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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).
Available since 4.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



