Opc.Ua.Core
ServerCertificateChain Property (UaSCUaBinaryChannel)



Opc.Ua.Bindings Namespace > UaSCUaBinaryChannel Class : ServerCertificateChain Property
The server certificate chain.
Syntax
'Declaration
 
Protected Property ServerCertificateChain As X509Certificate2Collection
'Usage
 
Dim instance As UaSCUaBinaryChannel
Dim value As X509Certificate2Collection
 
instance.ServerCertificateChain = value
 
value = instance.ServerCertificateChain
protected X509Certificate2Collection ServerCertificateChain {get; set;}
protected:
property X509Certificate2Collection^ ServerCertificateChain {
   X509Certificate2Collection^ get();
   void set (    X509Certificate2Collection^ value);
}
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

UaSCUaBinaryChannel Class
UaSCUaBinaryChannel Members