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

쓸 데이터입니다.

예외

datanull입니다.

-또는-

writernull입니다.

적용 대상