DefaultSCEPChallengeStoreReleaseChallenge Method
Called by
NdesPolicyBase when challenge is successfully consumed.
Implementers are responsible to remove the challenge from the cache.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public void ReleaseChallenge(
string challenge
)
Public Sub ReleaseChallenge (
challenge As String
)
public:
virtual void ReleaseChallenge(
String^ challenge
) sealed
abstract ReleaseChallenge :
challenge : string -> unit
override ReleaseChallenge :
challenge : string -> unit
- challenge String
- Challenge password.
ISCEPChallengeStoreReleaseChallenge(String)