Condividi tramite


WsFederationConfiguration.Issuer Proprietà

Definizione

Ottiene o imposta un URI che identifica l'autorità emittente desiderata del token di sicurezza.

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

Valore della proprietà

URI che identifica il servizio token di sicurezza. Non può essere null.

Eccezioni

Tentativo di impostare la proprietà su null.

Si applica a

Vedi anche