Condividi tramite


SecurityTokenServiceConfiguration.SecurityTokenService Proprietà

Definizione

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.

Si applica a

Vedi anche