Partage via


IssuedTokenParametersElement.TokenType Propriété

Définition

Obtient ou définit le type de jeton à utiliser pour l'émission.

public:
 property System::String ^ TokenType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("tokenType", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string TokenType { get; set; }
[<System.Configuration.ConfigurationProperty("tokenType", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.TokenType : string with get, set
Public Property TokenType As String

Valeur de propriété

String

Type de jeton à utiliser pour l'émission. La valeur par défaut est http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML .

Attributs

S’applique à