NdesPolicyBaseGenerateChallenge Method
Performs the policy decision whether to issue a challenge password to the SCEP client.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public IntPtr GenerateChallenge(
string pwszTemplate,
string pwszParams
)
Public Function GenerateChallenge (
pwszTemplate As String,
pwszParams As String
) As IntPtr
public:
virtual IntPtr GenerateChallenge(
String^ pwszTemplate,
String^ pwszParams
) sealed
abstract GenerateChallenge :
pwszTemplate : string *
pwszParams : string -> IntPtr
override GenerateChallenge :
pwszTemplate : string *
pwszParams : string -> IntPtr
- pwszTemplate String
- The template being requested for, as determined by NDES.
- pwszParams String
- Parameters specific to the policy module implementation.
IntPtr
After the user has been authenticated and authorized, the pointer contains the SCEP
challenge password for the user. NDES will free this resource. Must be a pointer to a 2-byte unicode
string containing challenge.
INDESPolicyGenerateChallenge(String, String)