Saml2Assertion.Issuer Proprietà

Definizione

Ottiene o imposta l'identificatore per l'autorità SAML che effettua 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'emittente.

Eccezioni

Si verifica un tentativo di impostare la proprietà null su .

Commenti

Elemento Issuer. Questo elemento è obbligatorio.

Si applica a