Opc.Ua.Core
DefaultKeySize Field



Opc.Ua Namespace > CertificateFactory Class : DefaultKeySize Field
The default key size for RSA certificates in bits.
Syntax
'Declaration
 
Public Shared ReadOnly DefaultKeySize As UShort
'Usage
 
Dim value As UShort
 
value = CertificateFactory.DefaultKeySize
public static readonly ushort DefaultKeySize
public:
static readonly ushort DefaultKeySize
Remarks
Supported values are 1024(deprecated), 2048, 3072 or 4096.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CertificateFactory Class
CertificateFactory Members