ICertificateTemplateFormatterSerialize Method

Exports certificate templates into a portable string.

Definition

Namespace: SysadminsLV.PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
string Serialize(
	ICollection<CertificateTemplate> templates
)

Parameters

templates  ICollectionCertificateTemplate
A collection of templates to export.

Return Value

String
Serialized certificate templates in portable format. Return value must be compatible with Deserialize(String) method of same formatter.

See Also