ISignerCertificate::get_PrivateKey method (certenroll.h)
The PrivateKey property retrieves the private key associated with the ISignerCertificate object.
This property is read-only.
Syntax
HRESULT get_PrivateKey(
IX509PrivateKey **ppValue
);
Parameters
ppValue
Return value
None
Remarks
When you call the Initialize method the Certificate Enrollment Control retrieves the signing certificate from the personal store and uses it to find an associated private key. You can also call the following properties to retrieve information about the signing certificate object:
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | certenroll.h |
DLL | CertEnroll.dll |