Pkcs12ExportPbeParameters Enum  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the export Password Based Enryption (PBE) parameters with PKCS12 / PFX.
public enum class Pkcs12ExportPbeParameterspublic enum Pkcs12ExportPbeParameterstype Pkcs12ExportPbeParameters = Public Enum Pkcs12ExportPbeParameters- Inheritance
Fields
| Name | Value | Description | 
|---|---|---|
| Default | 0 | The default parameters. | 
| Pkcs12TripleDesSha1 | 1 | Uses PBE with Triple-DES and SHA-1. | 
| Pbes2Aes256Sha256 | 2 | Uses PBE with AES-256 and SHA-256. |