Windows apps
Collapse the table of content
Expand the table of content

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)

public:
property bool HasPrivateKey {
	bool get ();
}

Property Value

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

Show:
© 2017 Microsoft