Share via


Saml2AuthenticationStatement.AuthenticationContext Proprietà

Definizione

Ottiene o imposta il contesto utilizzato dall'autorità di autenticazione, fino all'evento di autenticazione che ha restituito questa istruzione. [Saml2Core, 2.7.2]

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

Valore della proprietà

Oggetto Saml2AuthenticationContext che rappresenta il contesto.

Eccezioni

Si verifica un tentativo di impostare un valore null.

Commenti

Elemento AuthnContext. Questo elemento è obbligatorio.

Si applica a