C# Класс Renci.SshNet.Security.Cryptography.RsaDigitalSignature

Implements RSA digital signature algorithm.
Наследование: CipherDigitalSignature, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

RsaDigitalSignature ( RsaKey rsaKey ) : System

Initializes a new instance of the RsaDigitalSignature class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Releases unmanaged and - optionally - managed resources

Hash ( byte input ) : byte[]

Hashes the specified input.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

Releases unmanaged and - optionally - managed resources
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Результат void

Hash() защищенный Метод

Hashes the specified input.
protected Hash ( byte input ) : byte[]
input byte The input.
Результат byte[]

RsaDigitalSignature() публичный Метод

Initializes a new instance of the RsaDigitalSignature class.
public RsaDigitalSignature ( RsaKey rsaKey ) : System
rsaKey RsaKey The RSA key.
Результат System