DSigSerializer.ReadCanonicalizationMethod(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-CanonicalizationMethod
public virtual string ReadCanonicalizationMethod (System.Xml.XmlReader reader);
abstract member ReadCanonicalizationMethod : System.Xml.XmlReader -> string
override this.ReadCanonicalizationMethod : System.Xml.XmlReader -> string
Public Overridable Function ReadCanonicalizationMethod (reader As XmlReader) As String
Parameters
Returns
A string with the canonicalization method.
Exceptions
if reader
is null.
if there is a problem reading the XML.