PrivateKeyStatus Enum

Definition

Enum for the existence of private key

public enum PrivateKeyStatus
type PrivateKeyStatus = 
Public Enum PrivateKeyStatus
Inheritance
PrivateKeyStatus

Fields

DoesNotExist 1

private key doesn't exist for sure

Exists 0

private key exists for sure

Unknown 2

unable to determine the existence of private key

Applies to