public class DefaultSCEPChallengeStore : ISCEPChallengeStore
Public Class DefaultSCEPChallengeStore
Implements ISCEPChallengeStore
public ref class DefaultSCEPChallengeStore : ISCEPChallengeStore
type DefaultSCEPChallengeStore =
class
interface ISCEPChallengeStore
end
DefaultSCEPChallengeStore | Initializes a new instance of DefaultSCEPChallengeStore from challenge generator and optional store size limit. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetNextChallenge | Generates the NDES challenge password. |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ReleaseChallenge | Called by NdesPolicyBase when challenge is successfully consumed. Implementers are responsible to remove the challenge from the cache. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
TryGetChallenge | Attempts to retrieve a cached and not consumed challenge password. |