PrivateKeyStatus 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.
Enum for the existence of private key
public enum PrivateKeyStatus
type PrivateKeyStatus =
Public Enum PrivateKeyStatus
- Inheritance
-
PrivateKeyStatus
Fields
Name | Value | Description |
---|---|---|
Exists | 0 | private key exists for sure |
DoesNotExist | 1 | private key doesn't exist for sure |
Unknown | 2 | unable to determine the existence of private key |