SimpleWebSecurityTokenSerializer.ReadKeyIdentifierCore(XmlReader) Method

Definition

Reads the key identifier using the specified XML reader.

protected override System.IdentityModel.Tokens.SecurityKeyIdentifier ReadKeyIdentifierCore (System.Xml.XmlReader reader);
override this.ReadKeyIdentifierCore : System.Xml.XmlReader -> System.IdentityModel.Tokens.SecurityKeyIdentifier
Protected Overrides Function ReadKeyIdentifierCore (reader As XmlReader) As SecurityKeyIdentifier

Parameters

reader
XmlReader

An XmlReader to read the key identifier.

Returns

A SecurityKeyIdentifier that represents the key identifier that is read.

Applies to