ISCEPChallengeStoreReleaseChallenge Method

Called by NdesPolicyBase when challenge is successfully consumed. Implementers are responsible to remove the challenge from the cache.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
void ReleaseChallenge(
	string challenge
)

Parameters

challenge  String
Challenge password.

See Also