Saml2SecurityTokenHandler.WriteAuthenticationContext Метод

Определение

Записывает элемент <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)

Параметры

writer
XmlWriter

XmlWriter, с помощью которого записываются данные.

data
Saml2AuthenticationContext

Данные для записи.

Исключения

data имеет значение null.

-или-

writer имеет значение null.

Применяется к