public class DefaultSCEPChallengeGenerator : ISCEPChallengeGenerator
Public Class DefaultSCEPChallengeGenerator
Implements ISCEPChallengeGenerator
public ref class DefaultSCEPChallengeGenerator : ISCEPChallengeGenerator
type DefaultSCEPChallengeGenerator =
class
interface ISCEPChallengeGenerator
end
DefaultSCEPChallengeGenerator | Creates a new instance of DefaultSCEPChallengeGenerator using FIPS-compliant RNGCryptoServiceProvider to generate cryptographically random challenge password. |
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) |
GenerateChallenge | Generates NDES challenge password string. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |