CryptoSys PKI Pro Manual

Pfx.Options Enumeration

Specialist options.

Syntax

[C#]
[FlagsAttribute] public enum Options
[VB]
<FlagsAttribute> Public Enumeration Options

Members

Member nameDescription
Default Default options: re-encrypt private key with "TripleDES-SHA1", encrypt certificate with 40-bit RC2, output in DER binary form.
Aes256_Sha256 Override other encryption options and encrypt both the private key and certificate using "AES256-SHA256"
FormatPem Create the output file in PEM format (default is DER-encoded binary).
AltFormat Create a PFX file with the exact peculiarities used by Microsoft (default is OpenSSL).
StrongCert Encrypt the certificate with "stronger" TripleDES-SHA1 (default is "weak" 40-bit RC2).
PlainCert Store the certificate in unencrypted form (default is encrypted with 40-bit RC2).
CloneKey Store the private key in the exact form of the pkcs-8 input file (default is to re-encrypt with Triple DES).
DoubleEncrypt Double-encrypt the private key (specialist option).

[Contents] [Index]

[PREV: Padding Enumeration...]   [Contents]   [Index]   
   [NEXT: Prf.Alg Enumeration...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.