public interface ISCEPChallengeStorePublic Interface ISCEPChallengeStorepublic interface class ISCEPChallengeStoretype ISCEPChallengeStore = interface end| 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. |