Certificate Property
The encryption certificate of the sender.
Syntax
public Certificate Certificate { get; set; }
Public Property Certificate As Certificate
Remarks
If this property is specified and the message receipt is encrypted, the receipt content will be decrypted using the Certificate's private key.
If set, this property should be a private key instance of Certificate.