Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 3.41 KB

nf-certenroll-ix509enrollmentpolicyserver-getcasfortemplate.md

File metadata and controls

91 lines (75 loc) · 3.41 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.GetCAsForTemplate
IX509EnrollmentPolicyServer::GetCAsForTemplate (certenroll.h)
Retrieves a collection of certificate enrollment servers that support a specified template.
GetCAsForTemplate
GetCAsForTemplate method [Security]
GetCAsForTemplate method [Security]
IX509EnrollmentPolicyServer interface
IX509EnrollmentPolicyServer interface [Security]
GetCAsForTemplate method
IX509EnrollmentPolicyServer.GetCAsForTemplate
IX509EnrollmentPolicyServer::GetCAsForTemplate
certenroll/IX509EnrollmentPolicyServer::GetCAsForTemplate
security.ix509enrollmentpolicyserver_getcasfortemplate
security\ix509enrollmentpolicyserver_getcasfortemplate.htm
security
7330aea0-36b3-49fa-8970-2476f2ae9d34
12/05/2018
GetCAsForTemplate, GetCAsForTemplate method [Security], GetCAsForTemplate method [Security],IX509EnrollmentPolicyServer interface, IX509EnrollmentPolicyServer interface [Security],GetCAsForTemplate method, IX509EnrollmentPolicyServer.GetCAsForTemplate, IX509EnrollmentPolicyServer::GetCAsForTemplate, certenroll/IX509EnrollmentPolicyServer::GetCAsForTemplate, security.ix509enrollmentpolicyserver_getcasfortemplate
certenroll.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Certenroll.idl
Windows
19H1
IX509EnrollmentPolicyServer::GetCAsForTemplate
certenroll/IX509EnrollmentPolicyServer::GetCAsForTemplate
c++
APIRef
kbSyntax
COM
Certenroll.h
IX509EnrollmentPolicyServer.GetCAsForTemplate

IX509EnrollmentPolicyServer::GetCAsForTemplate

-description

The GetCAsForTemplate method retrieves a collection of certificate enrollment servers that support a specified template.

-parameters

-param pTemplate [in]

Pointer to an IX509CertificateTemplate interface that represents the template.

-param ppCAs [out, retval]

Address of a variable that receives a pointer to an ICertificationAuthorities interface that represents the server collection.

-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
OLE_E_BLANK
The IX509EnrollmentPolicyServer object has not been initialized.

-see-also

IX509EnrollmentPolicyServer