Skip to content

Latest commit

 

History

History
75 lines (60 loc) · 2.33 KB

nf-certpol-indespolicy-generatechallenge.md

File metadata and controls

75 lines (60 loc) · 2.33 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:certpol.INDESPolicy.GenerateChallenge
INDESPolicy::GenerateChallenge (certpol.h)
Performs the policy decision whether to issue a challenge password to the SCEP client.
GenerateChallenge
GenerateChallenge method [Security]
GenerateChallenge method [Security]
INDESPolicy interface
INDESPolicy interface [Security]
GenerateChallenge method
INDESPolicy.GenerateChallenge
INDESPolicy::GenerateChallenge
certpol/INDESPolicy::GenerateChallenge
security.indespolicy_generatechallenge
security\indespolicy_generatechallenge.htm
security
e09ef64c-5b4c-41ef-942a-1080cd566a5b
12/05/2018
GenerateChallenge, GenerateChallenge method [Security], GenerateChallenge method [Security],INDESPolicy interface, INDESPolicy interface [Security],GenerateChallenge method, INDESPolicy.GenerateChallenge, INDESPolicy::GenerateChallenge, certpol/INDESPolicy::GenerateChallenge, security.indespolicy_generatechallenge
certpol.h
Windows
Certpol.idl
Windows
19H1
INDESPolicy::GenerateChallenge
certpol/INDESPolicy::GenerateChallenge
c++
APIRef
kbSyntax
COM
certpol.h
INDESPolicy.GenerateChallenge

INDESPolicy::GenerateChallenge

-description

Performs the policy decision whether to issue a challenge password to the SCEP client.

-parameters

-param pwszTemplate [in]

The template being requested for, as determined by NDES.

-param pwszParams [in]

Parameters specific to the policy module implementation.

-param ppwszResponse [out, retval]

After the user has been authenticated and authorized, the ppwsxResponse parameter contains the SCEP challenge password for the user. NDES will free this resource.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

INDESPolicy