Click or drag to resize

DataPublisher.ImportCertificate Method

Imports a certificate to the trusted certificates path.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntax
[AdapterCommandAttribute("Imports a certificate to the trusted certificates path.", 
	new string[] { ... })]
public virtual string ImportCertificate(
	string fileName,
	byte[] certificateData
)
View Source

Parameters

fileName  String
The file name to give to the certificate when imported.
certificateData  Byte[]
The data to be written to the certificate file.

Return Value

String
The local path on the server where the file was written.
See Also