Share via


Saml2SecurityTokenHandler.WriteSigningKeyInfo メソッド

定義

指定された XML ライターを使用して Signing の <ds:KeyInfo> 要素を書き込みます。

protected:
 virtual void WriteSigningKeyInfo(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ data);
protected virtual void WriteSigningKeyInfo (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifier data);
abstract member WriteSigningKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
override this.WriteSigningKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
Protected Overridable Sub WriteSigningKeyInfo (writer As XmlWriter, data As SecurityKeyIdentifier)

パラメーター

writer
XmlWriter

キー識別子のシリアル化に使用する XmlWriter

data
SecurityKeyIdentifier

書き込むキーの ID を表す SecurityKeyIdentifier

例外

signingKeyIdentifiernullです。

または

writernullです。

ハンドラーは、signingKeyIdentifier で指定されたキー識別子をシリアル化できません。

適用対象