CertificateTemplateCollectionImport(String, CertificateTemplateExportFormat) Method

Imports serialized certificate templates using specified serializer format into current list. If successful, imported templates will overwrite all templates in current collection.

Definition

Namespace: SysadminsLV.PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public void Import(
	string serializedString,
	CertificateTemplateExportFormat format
)

Parameters

serializedString  String
Serialized string.
format  CertificateTemplateExportFormat
Serialized string format.

See Also