WsFederationConfiguration.Issuer 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 un URI qui identifie l’émetteur prévu du jeton de sécurité.
public:
property System::String ^ Issuer { System::String ^ get(); void set(System::String ^ value); };
public string Issuer { get; set; }
member this.Issuer : string with get, set
Public Property Issuer As String
Valeur de propriété
URI qui identifie le service de jeton de sécurité (STS). Ne peut pas être null.
Exceptions
Une tentative de définition de la propriété survient null .