Saml2SecurityTokenHandler.TokenType Property

Definition

Gets the token type supported by this handler.

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 Type of the Saml2SecurityToken class.

Applies to