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

Represents the parameters of the Diffie-Hellman algorithm.
显示文件 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[]