Expand Minimize
This topic has not yet been rated - Rate this topic

PstAcquirePrivateKey function

Associates the caller's private key with the specified certificate.

Syntax


NTSTATUS WINAPI PstAcquirePrivateKey(
  _In_  PCCERT_CONTEXT pCert
);

Parameters

pCert [in]

The certificate with which to associate the private key.

Return value

If the function succeeds, return STATUS_SUCCESS.

If the function fails, return an NTSTATUS code that indicates the reason it failed.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Certpoleng.h

Library

Certpoleng.lib

DLL

Certpoleng.dll

 

 

Send comments about this topic to Microsoft

Build date: 1/2/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.