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.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public void Notify(
string pwszChallenge,
string pwszTransactionId,
SCEPDisposition disposition,
int lastHResult,
IntPtr pctbIssuedCertEncoded
)
Public Sub Notify (
pwszChallenge As String,
pwszTransactionId As String,
disposition As SCEPDisposition,
lastHResult As Integer,
pctbIssuedCertEncoded As IntPtr
)
public:
virtual void Notify(
String^ pwszChallenge,
String^ pwszTransactionId,
SCEPDisposition disposition,
int lastHResult,
IntPtr pctbIssuedCertEncoded
) sealed
abstract Notify :
pwszChallenge : string *
pwszTransactionId : string *
disposition : SCEPDisposition *
lastHResult : int *
pctbIssuedCertEncoded : IntPtr -> unit
override Notify :
pwszChallenge : string *
pwszTransactionId : string *
disposition : SCEPDisposition *
lastHResult : int *
pctbIssuedCertEncoded : IntPtr -> unit
- 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.
INDESPolicyNotify(String, String, SCEPDisposition, Int32, IntPtr)