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