CertificateTemplateFromDisplayName Method
Creates a new instance of CertificateTemplate object from certificate template's display name.
Namespace: PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static CertificateTemplate FromDisplayName(
string displayName
)
Public Shared Function FromDisplayName (
displayName As String
) As CertificateTemplate
public:
static CertificateTemplate^ FromDisplayName(
String^ displayName
)
static member FromDisplayName :
displayName : string -> CertificateTemplate
- displayName String
- Certificate template's display/friendly name.
CertificateTemplateCertificate template object.