NdesPolicyBaseNotify Method

Notifies the plug-in of the transaction status of the SCEP certificate request. This method can be used to remove challenge password from cache on successful issuance to protect from SCEP challenge password replay attacks.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public void Notify(
	string pwszChallenge,
	string pwszTransactionId,
	SCEPDisposition disposition,
	int lastHResult,
	IntPtr pctbIssuedCertEncoded
)

Parameters

pwszChallenge  String
The authentication and authorization SCEP challenge password for the user.
pwszTransactionId  String
The SCEP request transaction ID.
disposition  SCEPDisposition
The disposition of the transaction.
lastHResult  Int32
The HRESULT of the last operation.
pctbIssuedCertEncoded  IntPtr
The requested certificate, if issued.

Implements

INDESPolicyNotify(String, String, SCEPDisposition, Int32, IntPtr)

See Also