|
array MdmCertCtrlApi::GetPkiTemplates |
( |
boolean |
bForceReload | ) |
|
Get PKI templates.
- Parameters:
-
bForceReload | (boolean) if True then templates will be reloaded from AD, if False then it will be loaded from cache |
- Returns:
- array (array) of templates (paramParams)
Attribute | Type | Description | Additional information |
"PKI_TMPL_CN" | (paramString) | common name | mandatory |
"PKI_TMPL_DISPLAYNAME" | (paramString) | display name | mandatory |
"PKI_TMPL_DISTINGUISGEDNAME" | (paramString) | distinguished name | mandatory |
"PKI_TMPL_EKUS" | (paramArray) of (paramString) | array of supported EKUs (Enhanced Key Usage) | optional |
|