Freigeben über


DSigSerializer.TryReadKeyInfoType(XmlReader, KeyInfo) Method

Definition

Attempts to read the key info type which is the child of the <KeyInfo> element.

protected virtual bool TryReadKeyInfoType (System.Xml.XmlReader reader, ref Microsoft.IdentityModel.Xml.KeyInfo keyInfo);
abstract member TryReadKeyInfoType : System.Xml.XmlReader * KeyInfo -> bool
override this.TryReadKeyInfoType : System.Xml.XmlReader * KeyInfo -> bool
Protected Overridable Function TryReadKeyInfoType (reader As XmlReader, ByRef keyInfo As KeyInfo) As Boolean

Parameters

reader
XmlReader

A XmlReader positioned on a child of a KeyInfo element.

keyInfo
KeyInfo

The KeyInfo object to populate.

Returns

Applies to