Condividi tramite


SamlAssertion.Issuer Proprietà

Definizione

Ottiene o imposta il nome dell'autorità SAML che ha emesso questa 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 IsReadOnly proprietà è true e viene effettuato un tentativo di impostare la Issuer proprietà .

Viene effettuato un tentativo di impostare la Issuer proprietà su null o su una stringa vuota.

Commenti

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

Si applica a