IssuedTokenParametersElement.TokenType Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il tipo di token da utilizzare nel rilascio.
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
Valore della proprietà
Tipo di token da utilizzare nel rilascio. Il valore predefinito è http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAML
.
- Attributi