SecurityTokenServiceConfiguration.SecurityTokenService Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le Type du service d'émission de jeton de sécurité (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
Valeur de propriété
Type de service de jeton de sécurité. Le type doit dériver de la classe SecurityTokenService.
Exceptions
La valeur spécifiée ne peut pas être assignée en tant que SecurityTokenService.
La valeur spécifiée est null
.
Remarques
La classe spécifiée dans la SecurityTokenService propriété doit implémenter un constructeur qui accepte un paramètre de type SecurityTokenServiceConfiguration.