Opc.Ua.Core
MinimumCertificateKeySize Property (SecurityConfiguration)



Opc.Ua Namespace > SecurityConfiguration Class : MinimumCertificateKeySize Property
Gets or sets a value indicating which minimum certificate key strength is accepted.
Syntax
'Declaration
 
<DataMemberAttribute(IsRequired=False, 
   EmitDefaultValue=False, 
   Order=13)>
Public Property MinimumCertificateKeySize As UShort
'Usage
 
Dim instance As SecurityConfiguration
Dim value As UShort
 
instance.MinimumCertificateKeySize = value
 
value = instance.MinimumCertificateKeySize
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=13)]
public ushort MinimumCertificateKeySize {get; set;}
[DataMember(IsRequired=false, 
   EmitDefaultValue=false, 
   Order=13)]
public:
property ushort MinimumCertificateKeySize {
   ushort get();
   void set (    ushort value);
}
Remarks
This value can be set to 1024, 2048 or 4096 by servers
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

SecurityConfiguration Class
SecurityConfiguration Members