SecurityTokenServiceConfiguration.SecurityTokenService Propriedade

Definição

Obtém ou define o Type do serviço de token de segurança (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

Valor de Propriedade

O tipo do serviço de token de segurança. O tipo deve derivar da SecurityTokenService classe.

Exceções

O valor especificado não é atribuível como SecurityTokenService.

O valor especificado é null.

Observações

A classe especificada na SecurityTokenService propriedade deve implementar um construtor que tome um parâmetro do tipo SecurityTokenServiceConfiguration.

Aplica-se a

Ver também