Opc.Ua.Core
SendCertificateChain Property



Opc.Ua Namespace > SecurityConfiguration Class : SendCertificateChain Property
Gets or sets a value indicating whether the application should send the complete certificate chain.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=16)>
Public Property SendCertificateChain As Boolean
'Usage
 
Dim instance As SecurityConfiguration
Dim value As Boolean
 
instance.SendCertificateChain = value
 
value = instance.SendCertificateChain
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=16)]
public bool SendCertificateChain {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=16)]
public:
property bool SendCertificateChain {
   bool get();
   void set (    bool value);
}
Remarks
If set to true the complete certificate chain will be sent for CA signed certificates.
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

SecurityConfiguration Class
SecurityConfiguration Members