Certificate Property
The certificate used for session authentication, signing, and decryption.
Syntax
public Certificate Certificate { get; set; }
Public Property Certificate As Certificate
Remarks
Set this property to a valid Certificate object with private key to perform various security related operations.
Once specified, this certificate will be used for:
- Session authentication if a client requests secure authentication.
- Signing files sent to the client if VirtualFileFormat is set to slEncryptedAndSigned or slSigned.
- Signing receipts sent to the client.
- Decrypting files received from the client.