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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security Namespace > ValidateCertificateEventArgs Class : Chain Property
The chain of certificate authorities associated with the certificate to be validated.
Syntax
'Declaration
 
Public Property Chain As PkiChain
'Usage
 
Dim instance As ValidateCertificateEventArgs
Dim value As PkiChain
 
instance.Chain = value
 
value = instance.Chain
public PkiChain Chain {get; set;}
public:
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