|
DataPublisherGetLocalCertificate Method
|
Gets the local certificate currently in use by the data publisher.
Namespace: GSF.TimeSeries.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax <AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.",
New String() { ... })>
Public Overridable Function GetLocalCertificate As Byte()
[<AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.",
new string[] { ... })>]
abstract GetLocalCertificate : unit -> byte[]
[<AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.",
new string[] { ... })>]
override GetLocalCertificate : unit -> byte[]
function GetLocalCertificate();
View SourceReturn Value
ByteThe local certificate file read directly from the certificate file as an array of bytes.
See Also