DiffieHellmanAlgorithm(Byte[], Byte[], Int32) Constructor

Definition

public:
 DiffieHellmanAlgorithm(cli::array <System::Byte> ^ p, cli::array <System::Byte> ^ g, int l);
public DiffieHellmanAlgorithm (byte[] p, byte[] g, int l);
new Microsoft.HostIntegration.Drda.Common.DiffieHellmanAlgorithm : byte[] * byte[] * int -> Microsoft.HostIntegration.Drda.Common.DiffieHellmanAlgorithm
Public Sub New (p As Byte(), g As Byte(), l As Integer)

Parameters

p
Byte[]
g
Byte[]
l
Int32

Applies to