PrivateKeyEncryptionType Enum

Definition

Specifies the type of encryption of a key

public enum PrivateKeyEncryptionType
type PrivateKeyEncryptionType = 
Public Enum PrivateKeyEncryptionType
Inheritance
PrivateKeyEncryptionType

Fields

MasterKey 1

Enrypted with master key.

NoKey 0

Returned when certificate does not have a key.

Password 2

User password.

Provider 3

Encryption by provider.

Applies to