SamlSecurityTokenHandler.WriteToken(XmlWriter, SecurityToken) Method

Definition

Writes a Saml Token to the specified XML writer.

C#
public override void WriteToken(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.SecurityToken token);

Parameters

writer
XmlWriter

The XmlWriter with which to write the data.

token
SecurityToken

The token to write.

Exceptions

data is null.

-or-

writer is null.

token is not a SamlSecurityToken object.

Applies to

Produkt Versiounen
.NET Framework 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1