SigningOutEventArgs(Boolean) Constructor

Definition

Initializes a new instance of the SigningOutEventArgs class by using a value that specifies whether sign-out was requested by the identity provider (IP).

public:
 SigningOutEventArgs(bool isIPInitiated);
public SigningOutEventArgs (bool isIPInitiated);
new System.IdentityModel.Services.SigningOutEventArgs : bool -> System.IdentityModel.Services.SigningOutEventArgs
Public Sub New (isIPInitiated As Boolean)

Parameters

isIPInitiated
Boolean

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

Remarks

The IsIPInitiated property is set to the value of the isIPInitiated parameter.

Applies to