SecurityTokenServiceConfiguration.SecurityTokenService 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 l'oggetto Type del servizio token di sicurezza .
public:
property Type ^ SecurityTokenService { Type ^ get(); void set(Type ^ value); };
public Type SecurityTokenService { get; set; }
member this.SecurityTokenService : Type with get, set
Public Property SecurityTokenService As Type
Valore della proprietà
Tipo del servizio token di sicurezza. Il tipo deve derivare dalla SecurityTokenService classe .
Eccezioni
Il valore specificato non è assegnabile come SecurityTokenService.
Il valore specificato è null.
Commenti
La classe specificata nella SecurityTokenService proprietà deve implementare un costruttore che accetta un parametro di tipo SecurityTokenServiceConfiguration.