Skip to content

Latest commit

 

History

History
109 lines (93 loc) · 3.47 KB

nf-certenroll-ix509enrollmentpolicyserver-getpolicyserverurl.md

File metadata and controls

109 lines (93 loc) · 3.47 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:certenroll.IX509EnrollmentPolicyServer.GetPolicyServerUrl
IX509EnrollmentPolicyServer::GetPolicyServerUrl (certenroll.h)
Retrieves a string value that contains the URL for the certificate enrollment policy (CEP) server.
GetPolicyServerUrl
GetPolicyServerUrl method [Security]
GetPolicyServerUrl method [Security]
IX509EnrollmentPolicyServer interface
IX509EnrollmentPolicyServer interface [Security]
GetPolicyServerUrl method
IX509EnrollmentPolicyServer.GetPolicyServerUrl
IX509EnrollmentPolicyServer::GetPolicyServerUrl
certenroll/IX509EnrollmentPolicyServer::GetPolicyServerUrl
security.ix509enrollmentpolicyserver_getpolicyserverurl
security\ix509enrollmentpolicyserver_getpolicyserverurl.htm
security
34fb1430-afde-43f2-a425-dcb25c9ea58d
12/05/2018
GetPolicyServerUrl, GetPolicyServerUrl method [Security], GetPolicyServerUrl method [Security],IX509EnrollmentPolicyServer interface, IX509EnrollmentPolicyServer interface [Security],GetPolicyServerUrl method, IX509EnrollmentPolicyServer.GetPolicyServerUrl, IX509EnrollmentPolicyServer::GetPolicyServerUrl, certenroll/IX509EnrollmentPolicyServer::GetPolicyServerUrl, security.ix509enrollmentpolicyserver_getpolicyserverurl
certenroll.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Certenroll.idl
Windows
19H1
IX509EnrollmentPolicyServer::GetPolicyServerUrl
certenroll/IX509EnrollmentPolicyServer::GetPolicyServerUrl
c++
APIRef
kbSyntax
COM
Certenroll.h
IX509EnrollmentPolicyServer.GetPolicyServerUrl

IX509EnrollmentPolicyServer::GetPolicyServerUrl

-description

The GetPolicyServerUrl method retrieves a string value that contains the URL for the certificate enrollment policy (CEP) server. This value is set in the Initialize method.

-parameters

-param pValue [out, retval]

Pointer to a BSTR variable that contains the URL.

-returns

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. Possible values include, but are not limited to, those in the following table. For a list of common error codes, see Common HRESULT Values.

Return code Description
CERTSRV_E_PROPERTY_EMPTY
The URL could not be found.
E_OUTOFMEMORY
There was not sufficient memory available for the string specified in the pValue parameter.
E_POINTER
The pValue parameter cannot be NULL.

-see-also

IX509EnrollmentPolicyServer