Share via


IssuedTokenParametersElement.TokenType Eigenschaft

Definition

Ruft den Typ des Tokens fest, der in der Ausgabe verwendet werden soll oder legt diesen fest.

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

Eigenschaftswert

String

Der Typ des Tokens, der in der Ausgabe verwendet werden soll. Der Standardwert ist http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML .

Attribute

Gilt für