SecurityTokenSerializer.WriteKeyIdentifier Method
Writes the specified key identifier using the specified XML writer.
Namespace: System.IdentityModel.Selectors
Assembly: System.IdentityModel (in System.IdentityModel.dll)
Parameters
- writer
- Type: System.Xml.XmlWriter
A XmlWriter to write the key identifier.
- keyIdentifier
- Type: System.IdentityModel.Tokens.SecurityKeyIdentifier
A SecurityKeyIdentifier that represents the key identifier to write.
| Exception | Condition |
|---|---|
| ArgumentNullException | keyIdentifier is null. -or- writer is null. |
Classes that derive from the SecurityTokenSerializer class must override the WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier) method. The WriteKeyIdentifier(XmlWriter, SecurityKeyIdentifier) method calls the WriteKeyIdentifierCore(XmlWriter, SecurityKeyIdentifier) method.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.