INDESPolicyGenerateChallenge Method

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

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
IntPtr GenerateChallenge(
	string pwszTemplate,
	string pwszParams
)

Parameters

pwszTemplate  String
The template being requested for, as determined by NDES.
pwszParams  String
Parameters specific to the policy module implementation.

Return Value

IntPtr
After the user has been authenticated and authorized, the pointer contains the SCEP challenge password for the user. NDES will free this resource. Must be a pointer to a 2-byte unicode string containing challenge.

See Also