EncryptedSecurityTokenHandler.TokenType Property

Definition

Gets the type of the token handled by the current instance.

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

Property Value

The token type handled by the current instance. The default is typeofEncryptedSecurityToken.

Applies to