JAMS Developer Guide
MinimumDiffieHellmanKeySize Property (ScpUpload)


MVPSI.JAMS.Activities Namespace > ScpUpload Class : MinimumDiffieHellmanKeySize Property
Minimum KeySize for SSH 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 ScpUpload
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

ScpUpload Class
ScpUpload Members