Pkcs12ConfidentialityMode Enum

Definition

Represents the kind of encryption associated with a PKCS#12 SafeContents value.

C#
public enum Pkcs12ConfidentialityMode
Inheritance
Pkcs12ConfidentialityMode

Fields

Name Value Description
Unknown 0

The kind of encryption applied to the SafeContents is unknown or could not be determined.

None 1

The SafeContents value is not encrypted.

Password 2

The SafeContents value is encrypted with a password.

PublicKey 3

The SafeContents value is encrypted using public key cryptography.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.1 (package-provided)
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9