Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Org
Mentalis
Security
Cryptography
DHParameters
C# Class Org.Mentalis.Security.Cryptography.DHParameters
Represents the parameters of the Diffie-Hellman algorithm.
Mostrar archivo
Open project: ElanHasson/SSIS-Extensions
Class Usage Examples
Public Properties
Property
Type
Description
G
byte[]
P
byte[]
X
byte[]
Property Details
G
public_oe property
Represents the public
G
parameter of the Diffie-Hellman algorithm.
public
byte[]
G
return
byte[]
P
public_oe property
Represents the public
P
parameter of the Diffie-Hellman algorithm.
public
byte[]
P
return
byte[]
X
public_oe property
Represents the private
X
parameter of the Diffie-Hellman algorithm.
public
byte[]
X
return
byte[]