SCEPChallengeStoreEntry Class

Represents SCEP challenge password store (cache) entry.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
public class SCEPChallengeStoreEntry : IEquatable<SCEPChallengeStoreEntry>
Inheritance
Object    SCEPChallengeStoreEntry
Implements
IEquatableSCEPChallengeStoreEntry

Constructors

SCEPChallengeStoreEntry Represents SCEP challenge password store (cache) entry.

Properties

ChallengeSpecifies the challenge password.
ParametersSpecifies optional challenge password request parameters.
TemplateSpecifies the template name associated with the current challenge password.

Methods

FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)

See Also