SecureBlackbox 2020 .NET Edition

Questions / Feedback?

EncryptionCertificate Property

The certificate to use for encryption.

Syntax

public Certificate EncryptionCertificate { get; set; }
Public Property EncryptionCertificate As Certificate

Remarks

Use this property to specify the certificate to be used for encryption. This is a "recipient's" certificate, and as such it does not need to have an associated private key.

If the certificate is provided, an output message of EnvelopedData type will be created. The private key corresponding to the encryption certificate will be needed to decrypt it.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 .NET Edition - Version 20.0 [Build 8165]