public interface ISCEPChallengeStore
Public Interface ISCEPChallengeStore
public interface class ISCEPChallengeStore
type 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. |