DSigSerializer.ReadTransforms(XmlReader, Reference) 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-Transforms
public virtual void ReadTransforms (System.Xml.XmlReader reader, Microsoft.IdentityModel.Xml.Reference reference);
abstract member ReadTransforms : System.Xml.XmlReader * Microsoft.IdentityModel.Xml.Reference -> unit
override this.ReadTransforms : System.Xml.XmlReader * Microsoft.IdentityModel.Xml.Reference -> unit
Public Overridable Sub ReadTransforms (reader As XmlReader, reference As Reference)
Parameters
Exceptions
if reference
is null.
if there is a problem reading the XML.