QuickOPC User's Guide and Reference
SetServerCertificateByteArray Method (UAEndpointDescriptor)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAEndpointDescriptor Class : SetServerCertificateByteArray Method
Sets the encoded application instance certificate issued to the server.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub SetServerCertificateByteArray( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As UAEndpointDescriptor
Dim value As Object
 
instance.SetServerCertificateByteArray(value)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public void SetServerCertificateByteArray( 
   object value
)
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void SetServerCertificateByteArray( 
   Object^ value
) 

Parameters

value
Remarks

Intended for certain COM callers. You can simply use the ServerCertificateByteArray property setter in .NET instead.

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also