JAMS Developer Guide
MinimumDiffieHellmanKeySize Property (SCPSession)


MVPSI.JAMS.Activities Namespace > SCPSession Class : MinimumDiffieHellmanKeySize Property
Minimum KeySize for SSL Negotiations.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Security")>
<System.ComponentModel.DescriptionAttribute("Minimum KeySize for SSH Negotiations (0 for default)")>
<System.Activities.RequiredArgumentAttribute()>
Public Property MinimumDiffieHellmanKeySize As System.Integer
'Usage
 
Dim instance As SCPSession
Dim value As System.Integer
 
instance.MinimumDiffieHellmanKeySize = value
 
value = instance.MinimumDiffieHellmanKeySize
[System.ComponentModel.Category("Security")]
[System.ComponentModel.Description("Minimum KeySize for SSH Negotiations (0 for default)")]
[System.Activities.RequiredArgument()]
public System.int MinimumDiffieHellmanKeySize {get; set;}
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

SCPSession Class
SCPSession Members