ICertPropReaderDGetCaTemplates Method |
Returns a list of certificate templates assigned to Enterprise Certification Authority.
Namespace:
SysadminsLV.PKI.Dcom
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax string[,] GetCaTemplates()
Function GetCaTemplates As String(,)
array<String^,2>^ GetCaTemplates()
abstract GetCaTemplates : unit -> string[,]
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.
See Also