CertPropReaderDGetCaTemplates Method

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

Definition

Namespace: SysadminsLV.PKI.Dcom.Implementations
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public string[,] GetCaTemplates()

Return Value

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