DefaultSCEPChallengeStoreGetNextChallenge Method
Generates the NDES challenge password.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public string GetNextChallenge(
string template,
string? parameters
)
Public Function GetNextChallenge (
template As String,
parameters As String
) As String
public:
virtual String^ GetNextChallenge(
String^ template,
String^ parameters
) sealed
abstract GetNextChallenge :
template : string *
parameters : string -> string
override 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.
ISCEPChallengeStoreGetNextChallenge(String, String)
Implementers are responsible to keep track of generated passwords.