ISCEPChallengeStoreTryGetChallenge Method
Attempts to retrieve a cached and not consumed challenge password.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
bool TryGetChallenge(
string challenge,
out SCEPChallengeStoreEntry?? storeEntry
)
Function TryGetChallenge (
challenge As String,
<OutAttribute> ByRef storeEntry As SCEPChallengeStoreEntry
) As Boolean
bool TryGetChallenge(
String^ challenge,
[OutAttribute] SCEPChallengeStoreEntry^% storeEntry
)
abstract TryGetChallenge :
challenge : string *
storeEntry : SCEPChallengeStoreEntry byref -> bool
- challenge String
- Challenge password to retrieve.
- storeEntry SCEPChallengeStoreEntry
- Requested challenge password if found, otherwise null.
Booleantrue if requested challenge password was found, otherwise
false.