Opc.Ua.Core
ClientCertificate Property (TransportChannelSettings)



Opc.Ua Namespace > TransportChannelSettings Class : ClientCertificate Property
Gets or sets the client certificate.
Syntax
'Declaration
 
Public Property ClientCertificate As X509Certificate2
'Usage
 
Dim instance As TransportChannelSettings
Dim value As X509Certificate2
 
instance.ClientCertificate = value
 
value = instance.ClientCertificate
public X509Certificate2 ClientCertificate {get; set;}
public:
property X509Certificate2^ ClientCertificate {
   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