CryptoSys PKI Toolkit Manual

Pfx.Options Enumeration

Specialist options.

Syntax

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

Members

Member nameDescription
Default
Default options
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)
AltFormat
Create a PFX file with the exact peculiarities used by Microsoft (default is OpenSSL)
FormatPem
Create the output file in PEM format (default is DER-encoded binary)

[Contents] [Index]

[HOME]   [NEXT: Rng.Strength Enumeration...]

Copyright © 2004-12 D.I. Management Services Pty Ltd. All rights reserved.