OPC Studio User's Guide and Reference
CertificateQuery Property (X509CertificateTokenInfo)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.IdentityModel.User Namespace > X509CertificateTokenInfo Class : CertificateQuery Property
The criteria for supplying the certificate.
Syntax
'Declaration
 
Public Property CertificateQuery As CertificateQuery
'Usage
 
Dim instance As X509CertificateTokenInfo
Dim value As CertificateQuery
 
instance.CertificateQuery = value
 
value = instance.CertificateQuery
public CertificateQuery CertificateQuery {get; set;}
public:
property CertificateQuery^ CertificateQuery {
   CertificateQuery^ get();
   void set (    CertificateQuery^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

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