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 Type del servizio token di sicurezza (STS).
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 di servizio del token di sicurezza. Il tipo deve derivare dalla classe SecurityTokenService.
Eccezioni
Il valore specificato non può essere assegnato come SecurityTokenService.
Il valore specificato è null
.
Commenti
La classe specificata nella SecurityTokenService proprietà deve implementare un costruttore che accetta un parametro di tipo SecurityTokenServiceConfiguration.