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



View with Navigation Tools
OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.Application Namespace > UACertificateTypeElement Class : MinimumRssKeySize Property
The minimum RSA key size.
Syntax
'Declaration
 
<ColumnDisplayAttribute(11)>
<DefaultValueAttribute(0)>
<DisplayAttribute(AutoGenerateField=True, 
   Order=202, 
   ShortName="Minimum RSS Key Size")>
Public ReadOnly Property MinimumRssKeySize As Integer
 
'Usage
 
Dim instance As UACertificateTypeElement
Dim value As Integer
 
value = instance.MinimumRssKeySize
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