次の方法で共有


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 です。

適用対象