INDESPolicy Interface
The NDES Policy Module Interface. When installed against an enterprise CA, NDES generates
a password after checking that the user has enrollment permission on the configured NDES
templates, both user and machine templates.
Namespace: ADCS.CertMod.Managed.NDESAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
public interface INDESPolicy
Public Interface INDESPolicy
public interface class INDESPolicy
type INDESPolicy = interface end
All methods in this interface are called by server engine.
GenerateChallenge |
Performs the policy decision whether to issue a challenge password to the SCEP client.
|
Initialize |
Initializes the NDES policy module.
|
Notify |
Notifies the plug-in of the transaction status of the SCEP certificate request. This method can be used to remove challenge password
from cache on successful issuance to protect from SCEP challenge password replay attacks.
|
Uninitialize |
Uninitializes the NDES policy module.
|
VerifyRequest |
Verifies the NDES certificate request for submission to the CA.
|