Discuss this help topic in SecureBlackbox Forum
Saves the private key of the Certificate Request to the stream in PEM format.
Declaration
Parameters
- Stream - the stream to which the private key is saved
- PassPhrase - the pass phrase to encrypt the key. If the key shouldn't be encrypted, set this parameter to empty string
- EncryptionAlgorithm - ...
- EncryptionMode - ...
Description
This method saves the private key to the provided stream.
Discuss this help topic in SecureBlackbox Forum