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
Bekerjasama dengan kami di GitHub
Sumber untuk kandungan ini boleh didapati di GitHub, di mana anda juga boleh mencipta dan menyemak isu dan menarik permintaan. Untuk maklumat lanjut, lihat panduan penyumbang kami.