C# Class Org.Mentalis.Security.Cryptography.DHParameters

Represents the parameters of the Diffie-Hellman algorithm.
Afficher le fichier Open project: ElanHasson/SSIS-Extensions Class Usage Examples

Méthodes publiques

Свойство 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
Résultat byte[]

P public_oe property

Represents the public P parameter of the Diffie-Hellman algorithm.
public byte[] P
Résultat byte[]

X public_oe property

Represents the private X parameter of the Diffie-Hellman algorithm.
public byte[] X
Résultat byte[]