SCEPChallengeStoreEntry Constructor

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 SCEPChallengeStoreEntry(
	string Challenge,
	string Template,
	string? Parameters
)

Parameters

Challenge  String
Specifies the challenge password.
Template  String
Specifies the template name associated with the current challenge password.
Parameters  String
Specifies optional challenge password request parameters.

See Also