你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SimpleWebSecurityTokenSerializer.WriteTokenCore 方法

定义

使用指定的 XML 编写器写入指定的 SecurityToken。

protected override void WriteTokenCore (System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityToken token);
override this.WriteTokenCore : System.Xml.XmlWriter * System.IdentityModel.Tokens.SecurityToken -> unit
Protected Overrides Sub WriteTokenCore (writer As XmlWriter, token As SecurityToken)

参数

writer
XmlWriter

XmlWriter用于写入 SecurityToken 或安全令牌的 。

token
SecurityToken

要写入的 SecurityToken 或安全令牌。

适用于