Partager via


AsymmetricSecurityKey.PrivateKeyStatus Property

Definition

Gets a value indicating the existence of the private key.

public abstract Microsoft.IdentityModel.Tokens.PrivateKeyStatus PrivateKeyStatus { get; }
member this.PrivateKeyStatus : Microsoft.IdentityModel.Tokens.PrivateKeyStatus
Public MustOverride 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