OPC Studio User's Guide and Reference
CertificatesResult Property (_GetCertificatesEventArgs)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.ComTypes Namespace > _GetCertificatesEventArgs Interface : CertificatesResult Property
A value result with collection of certificates obtained.
Syntax
'Declaration
 
<CanBeNullAttribute()>
Property CertificatesResult As ValueResult
'Usage
 
Dim instance As _GetCertificatesEventArgs
Dim value As ValueResult
 
instance.CertificatesResult = value
 
value = instance.CertificatesResult
[CanBeNull()]
ValueResult CertificatesResult {get; set;}
[CanBeNull()]
property ValueResult^ CertificatesResult {
   ValueResult^ get();
   void set (    ValueResult^ value);
}

Property Value

This value of this property can be null (Nothing in Visual Basic).

Remarks

If this property contains null after the event is handled, it indicates that the event handler does not supply the certificates.

This member or type is for use from COM. It is not meant to be used from .NET or Python. Refer to the corresponding .NET member or type instead, if you are developing in .NET or Python.

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