SecurityTokenServiceConfiguration.DefaultTokenType 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 predefinito utilizzato nel rilascio del token.
public:
property System::String ^ DefaultTokenType { System::String ^ get(); void set(System::String ^ value); };
public string DefaultTokenType { get; set; }
member this.DefaultTokenType : string with get, set
Public Property DefaultTokenType As String
Valore della proprietà
Stringa contenente il tipo di token predefinito.
Eccezioni
Il valore specificato è null
o vuoto.
Il valore specificato non è definito nei gestori di token.
Commenti
I valori stringa vengono specificati in formato URI; ad esempio, per il tipo di token SAML 1.1, il valore stringa seguente è : http://docs.oasis-open.org/wss/oasis-wss-saml-token-profile-1.1#SAMLV1.1
.
Il tipo di token predefinito è impostato su SAML 1.1.