Click or drag to resize

CertPropReaderDGetCaTemplates Method

Returns a list of certificate templates assigned to Enterprise Certification Authority.

Namespace:  SysadminsLV.PKI.Dcom.Implementations
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public string[,] GetCaTemplates()

Return Value

Type: String
A two-dimensional string array. The size of the first dimension equals to a number of certificate templates assigned to Certification Authority. The size of the second dimension is 2. First element of second dimension contains certificate template common name. Second element of second dimension contains certificate template OID.

Implements

ICertPropReaderDGetCaTemplates
See Also