KerberosSecurityTokenHandler.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 type of the token handled by the current instance. By default this is the type of the KerberosReceiverSecurityToken class.

Applies to