共用方式為


EncryptedSecurityTokenHandler.TokenType 屬性

定義

取得目前執行個體所處理的權杖類型。

public:
 virtual property Type ^ TokenType { Type ^ get(); };
public override Type TokenType { get; }
member this.TokenType : Type
Public Overrides ReadOnly Property TokenType As Type

屬性值

目前執行個體所處理的權杖類型。 預設值為 typeofEncryptedSecurityToken

適用於