SignedPkcs7TCheckSignature Method |
Namespace: SysadminsLV.PKI.Cryptography.Pkcs
[Missing <param name="checkAll"/> documentation for "M:SysadminsLV.PKI.Cryptography.Pkcs.SignedPkcs7`1.CheckSignature(System.Boolean,System.Boolean)"]
[Missing <returns> documentation for "M:SysadminsLV.PKI.Cryptography.Pkcs.SignedPkcs7`1.CheckSignature(System.Boolean,System.Boolean)"]
When message is signed by multiple signers and checkAll is set to false, then method returns True if signature check passed for at least one signer.
When message is signed by multiple signers and checkAll is set to true, then method returns True if signature check passed for all signers. If signature check fails for at least one signer, or any signer has absent signature value to validate, the method will return false.