SignerCert Property
Contains the certificate of the message signer.
Syntax
[VB.NET] Public Property SignerCert As Certificate
[C#] public Certificate SignerCert {get; set;}
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.