ISCEPChallengeStoreGetNextChallenge Method

Generates the NDES challenge password.

Definition

Namespace: ADCS.CertMod.Managed.NDES
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
string GetNextChallenge(
	string template,
	string? parameters
)

Parameters

template  String
Specifies template name the challenge password is requested for.
parameters  String
Optional SCEP challenge password parameters.

Return Value

String
SCEP challenge password string.

Remarks

Implementers are responsible to keep track of generated passwords.

See Also