SigningOutEventArgs.IsIPInitiated Property
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.
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").
public:
property bool IsIPInitiated { bool get(); };
public bool IsIPInitiated { get; }
member this.IsIPInitiated : bool
Public ReadOnly Property IsIPInitiated As Boolean
Property Value
true
if sign-out was initiated by the IP; otherwise, false
.
Remarks
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).