다음을 통해 공유


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인 경우

적용 대상