Overload List

  NameDescription
Public methodCheckSignature()()()()
Determines whether the Signature property verifies using the public key in the signature.
(Inherited from SignedXml.)
Public methodCheckSignature(AsymmetricAlgorithm)
Determines whether the Signature property verifies for the specified key.
(Inherited from SignedXml.)
Public methodCheckSignature(KeyedHashAlgorithm)
Determines whether the Signature property verifies for the specified message authentication code (MAC) algorithm.
(Inherited from SignedXml.)
Public methodCheckSignature(X509Certificate2, Boolean)
Determines whether the Signature property verifies for the specified X509Certificate2 object and, optionally, whether the certificate is valid.
(Inherited from SignedXml.)

See Also