Click or drag to resize

CertificateTemplate Constructor (String, String)

Initializes a new instance of the CertificateTemplate class

Namespace:  PKI.CertificateTemplates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public CertificateTemplate(
	string findType,
	string findValue
)

Parameters

findType
Type: SystemString
Specifies certificate template search type. The search type can be either: Name, DisplayName or OID.
findValue
Type: SystemString
Specifies search pattern for a type specifed in findType argument.
Remarks
Wildcards are not allowed.
See Also