|   | 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.257-beta
 Syntax
Syntax[AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.", 
	new string[] { ... })]
public virtual byte[] GetLocalCertificate()<AdapterCommandAttribute("Gets the local certificate currently in use by the data publisher.", 
	New String() { ... })>
Public Overridable Function GetLocalCertificate As Byte()public:
[AdapterCommandAttribute(L"Gets the local certificate currently in use by the data publisher.", 
	__gc new array<String^>^ { ... })]
virtual array<unsigned char>^ GetLocalCertificate()[<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();
Return Value
ByteThe local certificate file read directly from the certificate file as an array of bytes.
 See Also
See Also