Platform SDK: Smart Card Enrollment Control |
The getCertTemplateName method retrieves the name of the certificate template.
objSCEnroll.getCertTemplateName( _ dwFlags As Long ) As String
String representing the name of the certificate template which will be used in the certificate request.
If you do not set the certificate template name by calling ISCrdEnr::setCertTemplateName, the name defaults to the first name in the list of available certificate templates.
Dim strCTName ' Retrieve the cert template name. strCTName = Senroll.getCertTemplateName(0)
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Library: Included as a resource in Scrdenrl.dll.