Opc.Ua.Core
DefaultHashSize Field



Opc.Ua Namespace > CertificateFactory Class : DefaultHashSize Field
The default hash size for RSA certificates in bits.
Syntax
'Declaration
 
Public Shared ReadOnly DefaultHashSize As UShort
'Usage
 
Dim value As UShort
 
value = CertificateFactory.DefaultHashSize
public static readonly ushort DefaultHashSize
public:
static readonly ushort DefaultHashSize
Remarks
Supported values are 160 for SHA-1(deprecated) or 256, 384 and 512 for SHA-2.
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