DefaultSCEPChallengeStoreReleaseChallenge 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#
public void ReleaseChallenge(
	string challenge
)

Parameters

challenge  String
Challenge password.

Implements

ISCEPChallengeStoreReleaseChallenge(String)

Exceptions

ArgumentException Supplied challenge password doesn't exist in internal store. Either, it was already released or never generated using GetNextChallenge(String, String) method call.

See Also