PrivateKeyEncryptionType 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 type of encryption of a key
public enum PrivateKeyEncryptionType
type PrivateKeyEncryptionType =
Public Enum PrivateKeyEncryptionType
- Inheritance
-
PrivateKeyEncryptionType
Fields
Name | Value | Description |
---|---|---|
NoKey | 0 | Returned when certificate does not have a key. |
MasterKey | 1 | Enrypted with master key. |
Password | 2 | User password. |
Provider | 3 | Encryption by provider. |