protected virtual void OnNotify(
string? challenge,
string transactionID,
SCEPDisposition disposition,
int lastHResult,
X509Certificate2? issuedCertificate
)
Protected Overridable Sub OnNotify (
challenge As String,
transactionID As String,
disposition As SCEPDisposition,
lastHResult As Integer,
issuedCertificate As X509Certificate2
)
protected:
virtual void OnNotify(
String^ challenge,
String^ transactionID,
SCEPDisposition disposition,
int lastHResult,
X509Certificate2^ issuedCertificate
)
abstract OnNotify :
challenge : string *
transactionID : string *
disposition : SCEPDisposition *
lastHResult : int *
issuedCertificate : X509Certificate2 -> unit
override OnNotify :
challenge : string *
transactionID : string *
disposition : SCEPDisposition *
lastHResult : int *
issuedCertificate : X509Certificate2 -> unit
Note: challenge password is included in initial requests only. Renewal requests do not contain challenge password.