Freigeben über


Saml2SecurityTokenHandler.WriteAuthenticationContext Methode

Definition

Schreibt das <saml:AuthnContext>-Element.

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)

Parameter

writer
XmlWriter

Der XmlWriter, mit dem die Daten geschrieben werden soll.

data
Saml2AuthenticationContext

Die zu schreibenden Daten.

Ausnahmen

data ist null.

- oder -

writer ist null.

Gilt für: