Infrastructure. Determines whether creating of CRLs (Certificate Revocation Lists) is supported.
Syntax
'Declaration
Protected MustOverride ReadOnly Property SupportsCreatingCsr As Boolean
'Usage
Dim instance As AbstractEasyUAClientServerApplication
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 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also