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()
Public Function GetCaTemplates As String(,)
public:
virtual array<String^,2>^ GetCaTemplates() sealed
abstract GetCaTemplates : unit -> string[,]
override 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.
Implements
ICertPropReaderDGetCaTemplatesSee Also