C# Класс Org.Mentalis.Security.Cryptography.DHParameters

Represents the parameters of the Diffie-Hellman algorithm.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
G byte[]
P byte[]
X byte[]

Описание свойств

G публичное свойство

Represents the public G parameter of the Diffie-Hellman algorithm.
public byte[] G
Результат byte[]

P публичное свойство

Represents the public P parameter of the Diffie-Hellman algorithm.
public byte[] P
Результат byte[]

X публичное свойство

Represents the private X parameter of the Diffie-Hellman algorithm.
public byte[] X
Результат byte[]