Verify a signed XML document.
Namespace: Nehta.VendorLibrary.SM.SMDAssembly: Nehta.VendorLibrary.SM.SMD (in Nehta.VendorLibrary.SM.SMD.dll) Version: 1.0.5.0 (1.0.5.0)
Syntax
C# |
---|
public static bool XspVerifySignature(
this XmlDocument signedDocument,
ICertificateVerifier certificateVerifier
) |
Parameters
- signedDocument
- Type: System.Xml..::..XmlDocument
The signed XML document to verify.
- certificateVerifier
- Type: ICertificateVerifier
An ICertificateVerifier implementation which will verify the certificate in the signed XML document.
Return Value
A value to indicate if the document is verified successfully.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
XmlDocument. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or
.
See Also