次の方法で共有


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です。

適用対象