INDESPolicyVerifyRequest Method
Verifies the NDES certificate request for submission to the CA.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
bool VerifyRequest(
IntPtr pctbRequest,
IntPtr pctbSigningCertEncoded,
string pwszTemplate,
string pwszTransactionId
)
Function VerifyRequest (
pctbRequest As IntPtr,
pctbSigningCertEncoded As IntPtr,
pwszTemplate As String,
pwszTransactionId As String
) As Boolean
bool VerifyRequest(
[InAttribute] IntPtr pctbRequest,
[InAttribute] IntPtr pctbSigningCertEncoded,
[InAttribute] String^ pwszTemplate,
[InAttribute] String^ pwszTransactionId
)
abstract VerifyRequest :
pctbRequest : IntPtr *
pctbSigningCertEncoded : IntPtr *
pwszTemplate : string *
pwszTransactionId : string -> bool
- 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.
Booleantrue if the challenge is verified; otherwise
false.