CertPropReaderDGetCaTemplates Method
Returns a list of certificate templates assigned to Enterprise Certification Authority.
Namespace: SysadminsLV.PKI.Dcom.ImplementationsAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public string[,] GetCaTemplates()
Public Function GetCaTemplates As String(,)
public:
virtual array<String^,2>^ GetCaTemplates() sealed
abstract GetCaTemplates : unit -> string[,]
override GetCaTemplates : unit -> string[,]
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.
ICertPropReaderDGetCaTemplates