Saml2SecurityTokenHandler.WriteSubjectKeyInfo(XmlWriter, SecurityKeyIdentifier) 方法
定义
使用指定的 XML 编写器序列化主题 <ds:KeyInfo> 元素。Serializes the Subject <ds:KeyInfo> element using the specified XML writer.
protected:
virtual void WriteSubjectKeyInfo(System::Xml::XmlWriter ^ writer, System::IdentityModel::Tokens::SecurityKeyIdentifier ^ data);
protected virtual void WriteSubjectKeyInfo (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityKeyIdentifier data);
abstract member WriteSubjectKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
override this.WriteSubjectKeyInfo : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityKeyIdentifier -> unit
Protected Overridable Sub WriteSubjectKeyInfo (writer As XmlWriter, data As SecurityKeyIdentifier)
参数
表示要写入的密钥标识符的 SecurityKeyIdentifier。The SecurityKeyIdentifier that represents the key identifier to write.