ECDsaSecurityKey.HasPrivateKey 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.
Caution
HasPrivateKey method is deprecated, please use FoundPrivateKey instead.
Gets a bool indicating if a private key exists.
[System.Obsolete("HasPrivateKey method is deprecated, please use FoundPrivateKey instead.")]
public override bool HasPrivateKey { get; }
[<System.Obsolete("HasPrivateKey method is deprecated, please use FoundPrivateKey instead.")>]
member this.HasPrivateKey : bool
Public Overrides ReadOnly Property HasPrivateKey As Boolean
Property Value
- Attributes