DSigSerializer.ReadSignatureMethod(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.
Reads XML conforming to https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-SignatureMethod
public virtual string ReadSignatureMethod (System.Xml.XmlReader reader);
abstract member ReadSignatureMethod : System.Xml.XmlReader -> string
override this.ReadSignatureMethod : System.Xml.XmlReader -> string
Public Overridable Function ReadSignatureMethod (reader As XmlReader) As String
Parameters
Returns
A string with the signature method.
Exceptions
if reader
is null.
if there is a problem reading the XML.