Aracılığıyla paylaş


Saml2SecurityTokenHandler.WriteAuthenticationContext Yöntem

Tanım

<saml:AuthnContext> öğesini yazar.

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)

Parametreler

writer
XmlWriter

XmlWriter Verilerin yazıldığı yer.

data
Saml2AuthenticationContext

Yazacak veriler.

Özel durumlar

data, null değeridir.

-veya-

writer, null değeridir.

Şunlara uygulanır