Opc.Ua.Core
ServerCertificate Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : ServerCertificate Property
Gets or Sets the server certificate.
Syntax
'Declaration
 
Public Property ServerCertificate As X509Certificate2
'Usage
 
Dim instance As TransportChannelSettings
Dim value As X509Certificate2
 
instance.ServerCertificate = value
 
value = instance.ServerCertificate
public X509Certificate2 ServerCertificate {get; set;}
public:
property X509Certificate2^ ServerCertificate {
   X509Certificate2^ get();
   void set (    X509Certificate2^ value);
}
Remarks
May be null if no security is used.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransportChannelSettings Class
TransportChannelSettings Members