Pkcs12IntegrityMode Enum

Definition

Represents the type of anti-tampering applied to a PKCS#12 PFX value.

public enum class Pkcs12IntegrityMode
public enum Pkcs12IntegrityMode
type Pkcs12IntegrityMode = 
Public Enum Pkcs12IntegrityMode
Inheritance
Pkcs12IntegrityMode

Fields

None 1

The PKCS#12 PFX value is not protected from tampering.

Password 2

The PKCS#12 PFX value is protected from tampering with a Message Authentication Code (MAC) keyed with a password.

PublicKey 3

The PKCS#12 PFX value is protected from tampering with a digital signature using public key cryptography.

Unknown 0

The type of anti-tampering applied to the PKCS#12 PFX is unknown or could not be determined.

Applies to