CertificateTemplate Constructor (String, String) |
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
)
Public Sub New (
findType As String,
findValue As String
)
public:
CertificateTemplate(
String^ findType,
String^ findValue
)
new :
findType : string *
findValue : string -> CertificateTemplate
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