Click or drag to resize

DataPublisherGetLocalCertificate Method

Gets the local certificate currently in use by the data publisher.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.", 
	new string[] { ... })]
public virtual byte[] GetLocalCertificate()
View Source

Return Value

Byte
The local certificate file read directly from the certificate file as an array of bytes.
See Also