ICertificateTemplateFormatterSerialize Method
Exports certificate templates into a portable string.
Namespace: SysadminsLV.PKI.CertificateTemplatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
string Serialize(
ICollection<CertificateTemplate> templates
)
Function Serialize (
templates As ICollection(Of CertificateTemplate)
) As String
String^ Serialize(
ICollection<CertificateTemplate^>^ templates
)
abstract Serialize :
templates : ICollection<CertificateTemplate> -> string
- templates ICollectionCertificateTemplate
- A collection of templates to export.
String
Serialized certificate templates in portable format. Return value must be compatible with
Deserialize(String)
method of same formatter.