SigningOutEventArgs::IsIPInitiated Property

.NET Framework (current version)
 

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”).

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
property bool IsIPInitiated {
	bool get();
}

Property Value

Type: System::Boolean

true if sign-out was initiated by the IP; otherwise, false.

In an event handler, you can use the IsIPInitiated property 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).

.NET Framework
Available since 4.5
Return to top
Show: