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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _ValidateCertificateEventArgs Interface : Certificate Property
The certificate to be validated.
Syntax
'Declaration
 
<NotNullAttribute()>
Property Certificate As _PkiCertificate
'Usage
 
Dim instance As _ValidateCertificateEventArgs
Dim value As _PkiCertificate
 
instance.Certificate = value
 
value = instance.Certificate
[NotNull()]
_PkiCertificate Certificate {get; set;}
[NotNull()]
property _PkiCertificate^ Certificate {
   _PkiCertificate^ get();
   void set (    _PkiCertificate^ 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