|
DataPublisherImportCertificate Method
|
Imports a certificate to the trusted certificates path.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax function ImportCertificate(fileName, certificateData);
View SourceParameters
- 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
StringThe local path on the server where the file was written.
See Also