Share via


HasPrivateKey Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a value that indicates whether an X509Certificate2 object contains a private key.

Namespace:  System.Security.Cryptography.X509Certificates
Assembly:  System.Security (in System.Security.dll)

Syntax

'Declaration
Public ReadOnly Property HasPrivateKey As Boolean
public bool HasPrivateKey { get; }
public:
property bool HasPrivateKey {
    bool get ();
}
member HasPrivateKey : bool with get
function get HasPrivateKey () : boolean

Property Value

Type: System. . :: . .Boolean
true if the X509Certificate2 object contains a private key; otherwise, false.

.NET Framework Security

See Also

Reference

X509Certificate2 Class

System.Security.Cryptography.X509Certificates Namespace