NdesPolicyBaseVerifyRequest Method

Verifies the NDES certificate request for submission to the CA.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public bool VerifyRequest(
	IntPtr pctbRequest,
	IntPtr pctbSigningCertEncoded,
	string pwszTemplate,
	string pwszTransactionId
)

Parameters

pctbRequest  IntPtr
The encoded PKCS#10 request.
pctbSigningCertEncoded  IntPtr
The valid signing certificate for a renewal request. Set to Zero for initial request.
pwszTemplate  String
The template being requested for, as determined by NDES.
pwszTransactionId  String
The SCEP request transaction ID.

Return Value

Boolean
true if the challenge is verified; otherwise false.

Implements

INDESPolicyVerifyRequest(IntPtr, IntPtr, String, String)

See Also