Aracılığıyla paylaş


DSigSerializer.ReadKeyInfo(XmlReader) Method

Definition

public virtual Microsoft.IdentityModel.Xml.KeyInfo ReadKeyInfo (System.Xml.XmlReader reader);
abstract member ReadKeyInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
override this.ReadKeyInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
Public Overridable Function ReadKeyInfo (reader As XmlReader) As KeyInfo

Parameters

reader
XmlReader

XmlReader pointing positioned on a <KeyInfo> element.

Returns

Exceptions

if reader is null.

if there is a problem reading the XML.

Remarks

Only handles IssuerSerial, Ski, SubjectName, Certificate. Unsupported types are skipped. Only a X509 data element is supported.

Applies to