SignerCert Property
Contains the certificate of the message signer.
Syntax
public Certificate getSignerCert(); public void setSignerCert(Certificate signerCert);
Remarks
This property contains the certificate of the message signer. When calling VerifySignature or DecryptAndVerifySignature this property will contain the certificate of the sender if attached.
To verify messages without an attached certificate, set this property before calling VerifySignature or DecryptAndVerifySignature.