ISCEPChallengeStore Interface

Represents NDES challenge password store definition.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public interface ISCEPChallengeStore

Methods

GetNextChallenge Generates the NDES challenge password.
ReleaseChallenge Called by NdesPolicyBase when challenge is successfully consumed. Implementers are responsible to remove the challenge from the cache.
TryGetChallenge Attempts to retrieve a cached and not consumed challenge password.

See Also