EnvelopedSignatureReader Constructors
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.
Overloads
EnvelopedSignatureReader(XmlReader) |
Initializes an instance of EnvelopedSignatureReader |
EnvelopedSignatureReader(XmlReader, IXmlElementReader) |
Initializes an instance of EnvelopedSignatureReader |
EnvelopedSignatureReader(XmlReader)
Initializes an instance of EnvelopedSignatureReader
public EnvelopedSignatureReader (System.Xml.XmlReader reader);
new Microsoft.IdentityModel.Xml.EnvelopedSignatureReader : System.Xml.XmlReader -> Microsoft.IdentityModel.Xml.EnvelopedSignatureReader
Public Sub New (reader As XmlReader)
Parameters
Exceptions
if reader
is null.
Remarks
If a <Signature> element is found, the Signature will be set.
Applies to
EnvelopedSignatureReader(XmlReader, IXmlElementReader)
Initializes an instance of EnvelopedSignatureReader
public EnvelopedSignatureReader (System.Xml.XmlReader reader, Microsoft.IdentityModel.Xml.IXmlElementReader xmlElementReader);
new Microsoft.IdentityModel.Xml.EnvelopedSignatureReader : System.Xml.XmlReader * Microsoft.IdentityModel.Xml.IXmlElementReader -> Microsoft.IdentityModel.Xml.EnvelopedSignatureReader
Public Sub New (reader As XmlReader, xmlElementReader As IXmlElementReader)
Parameters
- xmlElementReader
- IXmlElementReader
specified to read inner objects.
Exceptions
if xmlElementReader
is null.
Remarks
If a <Signature> element is found, the Signature will be set.