DefaultSCEPChallengeGenerator Class

Represents a default NDES challenge password generator that uses FIPS-compliant RNGCryptoServiceProvider to generate cryptographically random challenge password. Produced password is then formatted as a hexadecimal string.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public class DefaultSCEPChallengeGenerator : ISCEPChallengeGenerator
Inheritance
Object    DefaultSCEPChallengeGenerator
Implements
ISCEPChallengeGenerator

Constructors

DefaultSCEPChallengeGenerator Creates a new instance of DefaultSCEPChallengeGenerator using FIPS-compliant RNGCryptoServiceProvider to generate cryptographically random challenge password.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also