Saml2SecurityTokenHandler.WriteNameIdType Method

Definition

Both <Issuer> and <NameID> are of NameIDType. This method writes the content of either one of those elements.

C#
protected virtual void WriteNameIdType(System.Xml.XmlWriter writer, System.IdentityModel.Tokens.Saml2NameIdentifier data);

Parameters

writer
XmlWriter

The XmlWriter with which to serialize the NameID type.

Exceptions

data is null.

-or-

writer is null.

Applies to

Product Versions
.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