DSigSerializer.ReadSignedInfo(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-SignedInfo
public virtual Microsoft.IdentityModel.Xml.SignedInfo ReadSignedInfo (System.Xml.XmlReader reader);
abstract member ReadSignedInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.SignedInfo
override this.ReadSignedInfo : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.SignedInfo
Public Overridable Function ReadSignedInfo (reader As XmlReader) As SignedInfo
Parameters
Returns
Exceptions
if reader
is null.
if there is a problem reading the XML.