Condividi tramite


Saml2Assertion.Issuer Proprietà

Definizione

Ottiene o imposta l'identificatore per l'autorità SAML che crea le attestazioni nell'asserzione. [Saml2Core, 2.3.3]

public:
 property System::IdentityModel::Tokens::Saml2NameIdentifier ^ Issuer { System::IdentityModel::Tokens::Saml2NameIdentifier ^ get(); void set(System::IdentityModel::Tokens::Saml2NameIdentifier ^ value); };
public System.IdentityModel.Tokens.Saml2NameIdentifier Issuer { get; set; }
member this.Issuer : System.IdentityModel.Tokens.Saml2NameIdentifier with get, set
Public Property Issuer As Saml2NameIdentifier

Valore della proprietà

Oggetto Saml2NameIdentifier che specifica l'autorità.

Eccezioni

Tentativo di impostare la proprietà su null.

Commenti

Elemento Issuer. Questo elemento è obbligatorio.

Si applica a