SigningOutEventArgs.IPInitiated 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示的 SigningOutEventArgs 标识提供程序创始标志(IP)。
public:
static property System::IdentityModel::Services::SigningOutEventArgs ^ IPInitiated { System::IdentityModel::Services::SigningOutEventArgs ^ get(); };
public static System.IdentityModel.Services.SigningOutEventArgs IPInitiated { get; }
static member IPInitiated : System.IdentityModel.Services.SigningOutEventArgs
Public Shared ReadOnly Property IPInitiated As SigningOutEventArgs
属性值
一个 SigningOutEventArgs,它的 IsIPInitiated 属性设置为 true
。