QuickOPC User's Guide and Reference
SupportsCreatingCsr Property



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > AbstractEasyUAClientApplication Class : SupportsCreatingCsr Property
Infrastructure. Determines whether creating of CRLs (Certificate Revocation Lists) is supported.
Syntax
'Declaration
 
Protected MustOverride ReadOnly Property SupportsCreatingCsr As Boolean
'Usage
 
Dim instance As AbstractEasyUAClientApplication
Dim value As Boolean
 
value = instance.SupportsCreatingCsr
protected abstract bool SupportsCreatingCsr {get;}
protected:
abstract property bool SupportsCreatingCsr {
   bool get();
}
Requirements

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

See Also