DSigSerializer.ReadReferences(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 multiple XML elements conforming to https://www.w3.org/TR/2001/PR-xmldsig-core-20010820/#sec-Reference
public virtual System.Collections.Generic.IEnumerable<Microsoft.IdentityModel.Xml.Reference> ReadReferences (System.Xml.XmlReader reader);
abstract member ReadReferences : System.Xml.XmlReader -> seq<Microsoft.IdentityModel.Xml.Reference>
override this.ReadReferences : System.Xml.XmlReader -> seq<Microsoft.IdentityModel.Xml.Reference>
Public Overridable Function ReadReferences (reader As XmlReader) As IEnumerable(Of Reference)
Parameters
Returns
Exceptions
if reader
is null.
if there is a problem reading the XML.