AsymmetricSecurityKey.PrivateKeyStatus Property
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.
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.