Microsoft.IdentityModel.Tokens.PrivateKeyStatus
Enum for the existence of private key
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