共用方式為


SecurityTokenDescriptor.AuthenticationInfo 屬性

定義

取得或設定權杖的驗證資訊。

public:
 property System::Security::Claims::AuthenticationInformation ^ AuthenticationInfo { System::Security::Claims::AuthenticationInformation ^ get(); void set(System::Security::Claims::AuthenticationInformation ^ value); };
public System.Security.Claims.AuthenticationInformation AuthenticationInfo { get; set; }
member this.AuthenticationInfo : System.Security.Claims.AuthenticationInformation with get, set
Public Property AuthenticationInfo As AuthenticationInformation

屬性值

權杖的驗證資訊。

適用於