WsFederationMetadataSerializer.ReadKeyDescriptorForSigning(XmlReader) Method

Definition

Read KeyDescriptor element in xml.

protected virtual Microsoft.IdentityModel.Xml.KeyInfo ReadKeyDescriptorForSigning (System.Xml.XmlReader reader);
abstract member ReadKeyDescriptorForSigning : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
override this.ReadKeyDescriptorForSigning : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
Protected Overridable Function ReadKeyDescriptorForSigning (reader As XmlReader) As KeyInfo

Parameters

reader
XmlReader

XmlReader used to read key descriptor

Returns

KeyInfo

Exceptions

if error occurs when reading key descriptor

Applies to