ISCEPChallengeStoreGetNextChallenge Method
Generates the NDES challenge password.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
string GetNextChallenge(
string template,
string? parameters
)
Function GetNextChallenge (
template As String,
parameters As String
) As String
String^ GetNextChallenge(
String^ template,
String^ parameters
)
abstract GetNextChallenge :
template : string *
parameters : string -> string
- template String
- Specifies template name the challenge password is requested for.
- parameters String
- Optional SCEP challenge password parameters.
StringSCEP challenge password string.
Implementers are responsible to keep track of generated passwords.