共用方式為


SecurityTokenDescriptor.AddAuthenticationClaims 方法

定義

將指定的驗證宣告加入至目前執行個體的主題中。

多載

AddAuthenticationClaims(String)

將指定之驗證方法的宣告加入至目前執行個體的主題中。 驗證瞬間設定為目前的時間。

AddAuthenticationClaims(String, DateTime)

將指定之驗證類型及驗證執行個體的宣告加入至目前執行個體的主題中。

AddAuthenticationClaims(String)

將指定之驗證方法的宣告加入至目前執行個體的主題中。 驗證瞬間設定為目前的時間。

public:
 void AddAuthenticationClaims(System::String ^ authType);
public void AddAuthenticationClaims (string authType);
member this.AddAuthenticationClaims : string -> unit
Public Sub AddAuthenticationClaims (authType As String)

參數

authType
String

指定驗證方法的 URI。

備註

Claim宣告型別為 且 AuthenticationMethod 值為 authType 的 ,以及 Claim 具有 宣告型 AuthenticationInstant 別 的 ,以及 的值 UtcNow ,會加入 ClaimsIdentity 屬性所 Subject 指定的 。

適用於

AddAuthenticationClaims(String, DateTime)

將指定之驗證類型及驗證執行個體的宣告加入至目前執行個體的主題中。

public:
 void AddAuthenticationClaims(System::String ^ authType, DateTime time);
public void AddAuthenticationClaims (string authType, DateTime time);
member this.AddAuthenticationClaims : string * DateTime -> unit
Public Sub AddAuthenticationClaims (authType As String, time As DateTime)

參數

authType
String

指定驗證方法的 URI。

time
DateTime

UTC 中的驗證瞬間。 如果時間不是 UTC,它會轉換為 UTC。

備註

Claim宣告型別為 且 AuthenticationMethod 值為 authType 的 ,以及 Claim 具有 宣告型 AuthenticationInstant 別 的 ,以及 的值 time ,會加入 ClaimsIdentity 屬性所 Subject 指定的 。

適用於