QuickOPC User's Guide and Reference
MinimumRssKeySize Property (_UACertificateTypeElement)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application.ComTypes Namespace > _UACertificateTypeElement Interface : MinimumRssKeySize Property
The minimum RSA key size.
Syntax
'Declaration
 
ReadOnly Property MinimumRssKeySize As Integer
'Usage
 
Dim instance As _UACertificateTypeElement
Dim value As Integer
 
value = instance.MinimumRssKeySize
int MinimumRssKeySize {get;}
property int MinimumRssKeySize {
   int 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