DSigSerializer.CreateKeyInfo(XmlReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new KeyInfo object.
protected virtual Microsoft.IdentityModel.Xml.KeyInfo CreateKeyInfo (System.Xml.XmlReader reader);
abstract member CreateKeyInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
override this.CreateKeyInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.KeyInfo
Protected Overridable Function CreateKeyInfo (reader As XmlReader) As KeyInfo