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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.