QuickOPC User's Guide and Reference
Chain Property (_ValidateCertificateEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _ValidateCertificateEventArgs Interface : Chain Property
The chain of certificate authorities associated with the certificate to be validated.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Chain As PkiChain
'Usage
 
Dim instance As _ValidateCertificateEventArgs
Dim value As PkiChain
 
instance.Chain = value
 
value = instance.Chain
[NotNull()]
PkiChain Chain {get; set;}
[NotNull()]
property PkiChain^ Chain {
   PkiChain^ get();
   void set (    PkiChain^ value);
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also