SamlAssertion.Issuer Proprietà

Definizione

Ottiene o imposta il nome dell'autorità SAML che ha emesso l' asserzione SAML.

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à

Autorità SAML che ha emesso questa asserzione SAML.

Eccezioni

La proprietà IsReadOnly è true e si è tentato di impostare la proprietà Issuer.

Si è tentato di impostare la proprietà Issuer su null o su una stringa vuota.

Commenti

La proprietà Issuer corrisponde all'attributo Issuer dell'elemento <saml:Assertion> definito nella specifica nella specifica OASIS SAML 1.1.

Si applica a