DSigSerializer.TryReadKeyName(XmlReader, String) 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.
Attempts to read the KeyName element conforming to https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-KeyName.
protected virtual bool TryReadKeyName (System.Xml.XmlReader reader, out string name);
abstract member TryReadKeyName : System.Xml.XmlReader * string -> bool
override this.TryReadKeyName : System.Xml.XmlReader * string -> bool
Protected Overridable Function TryReadKeyName (reader As XmlReader, ByRef name As String) As Boolean