Opc.Ua.Core
ClientCertificateChain Property



Opc.Ua Namespace > TransportChannelSettings Class : ClientCertificateChain Property
Gets or sets the client certificate chain.
Syntax
'Declaration
 
Public Property ClientCertificateChain As X509Certificate2Collection
'Usage
 
Dim instance As TransportChannelSettings
Dim value As X509Certificate2Collection
 
instance.ClientCertificateChain = value
 
value = instance.ClientCertificateChain
public X509Certificate2Collection ClientCertificateChain {get; set;}
public:
property X509Certificate2Collection^ ClientCertificateChain {
   X509Certificate2Collection^ get();
   void set (    X509Certificate2Collection^ value);
}

Property Value

The client certificate chain.
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