SigningOutEventArgs(Boolean) 构造函数

定义

使用标志是否由标示提供程序 (IP) 请求的指定值来初始化 SigningOutEventArgs 类的新实例。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)

参数

isIPInitiated
Boolean

如果由 IP 请求注销,则为 true,否则为 falsetrue if sign-out was requested by the IP; otherwise, false.

注解

IsIPInitiated 属性设置为参数的值 isIPInitiatedThe IsIPInitiated property is set to the value of the isIPInitiated parameter.

适用于