SigningOutEventArgs(Boolean) Constructor
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.
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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.