Saml2SecurityTokenHandler.WriteAuthenticationContext Metodo

Definizione

Scrive l'elemento <saml:AuthnContext> .

protected:
 virtual void WriteAuthenticationContext(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::Saml2AuthenticationContext ^ data);
protected virtual void WriteAuthenticationContext(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2AuthenticationContext data);
abstract member WriteAuthenticationContext : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationContext -> unit
override this.WriteAuthenticationContext : System.Xml.XmlWriter * System.IdentityModel.Tokens.Saml2AuthenticationContext -> unit
Protected Overridable Sub WriteAuthenticationContext (writer As XmlWriter, data As Saml2AuthenticationContext)

Parametri

writer
XmlWriter

Oggetto XmlWriter con cui scrivere i dati.

data
Saml2AuthenticationContext

Dati da scrivere.

Eccezioni

data è null.

oppure

writer è null.

Si applica a