Condividi tramite


SecurityTokenServiceConfiguration.SecurityTokenService Proprietà

Definizione

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.

Si applica a

Vedi anche