ECDsaSecurityKey.PrivateKeyStatus Property

Definition

Gets a value indicating the existence of the private key.

public override Microsoft.IdentityModel.Tokens.PrivateKeyStatus PrivateKeyStatus { get; }
member this.PrivateKeyStatus : Microsoft.IdentityModel.Tokens.PrivateKeyStatus
Public Overrides ReadOnly Property PrivateKeyStatus As PrivateKeyStatus

Property Value

Exists if the private key exists. DoesNotExist if the private key does not exist. Unknown if the existence of the private key cannot be determined.

Applies to