RSA Класс
Определение
public ref class RSA abstract : System::Security::Cryptography::AsymmetricAlgorithm
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public abstract class RSA : System.Security.Cryptography.AsymmetricAlgorithm
public abstract class RSA : System.Security.Cryptography.AsymmetricAlgorithm
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class RSA : System.Security.Cryptography.AsymmetricAlgorithm
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
type RSA = class
inherit AsymmetricAlgorithm
type RSA = class
inherit AsymmetricAlgorithm
[<System.Runtime.InteropServices.ComVisible(true)>]
type RSA = class
inherit AsymmetricAlgorithm
Public MustInherit Class RSA
Inherits AsymmetricAlgorithm
- Наследование
- Производный
- Атрибуты
Комментарии
Разработчикам рекомендуется программировать в соответствии с RSA
базовым классом, а не с каким бы то ни было конкретным производным классом.Developers are encouraged to program against the RSA
base class rather than any specific derived class. Производные классы предназначены для взаимодействия с базовыми системными библиотеками шифрования.The derived classes are intended for interop with the underlying system cryptographic libraries.
Конструкторы
RSA() |
Инициализирует новый экземпляр класса RSA.Initializes a new instance of the RSA class. |
Поля
KeySizeValue |
Представляет размер модуля ключа (в битах), используемого алгоритмом асимметричного шифрования.Represents the size, in bits, of the key modulus used by the asymmetric algorithm. (Унаследовано от AsymmetricAlgorithm) |
LegalKeySizesValue |
Задает размеры ключа, которые поддерживаются алгоритмом асимметричного шифрования.Specifies the key sizes that are supported by the asymmetric algorithm. (Унаследовано от AsymmetricAlgorithm) |
Свойства
KeyExchangeAlgorithm |
Получает имя алгоритма обмена ключами, доступного в этой реализации RSA.Gets the name of the key exchange algorithm available with this implementation of RSA. |
KeyExchangeAlgorithm |
При переопределении в производном классе возвращает имя алгоритма обмена ключами.When overridden in a derived class, gets the name of the key exchange algorithm. В противном случае создается исключение NotImplementedException.Otherwise, throws an NotImplementedException. (Унаследовано от AsymmetricAlgorithm) |
KeySize |
Получает или задает размер модуля ключа (в битах), используемого алгоритмом асимметричного шифрования.Gets or sets the size, in bits, of the key modulus used by the asymmetric algorithm. (Унаследовано от AsymmetricAlgorithm) |
LegalKeySizes |
Возвращает размеры ключа, которые поддерживаются алгоритмом асимметричного шифрования.Gets the key sizes that are supported by the asymmetric algorithm. (Унаследовано от AsymmetricAlgorithm) |
SignatureAlgorithm |
Получает имя алгоритма подписи, доступного в этой реализации RSA.Gets the name of the signature algorithm available with this implementation of RSA. |
SignatureAlgorithm |
При реализации в производном классе возвращает имя алгоритма подписи.When implemented in a derived class, gets the name of the signature algorithm. В противном случае всегда создается исключение NotImplementedException.Otherwise, always throws a NotImplementedException. (Унаследовано от AsymmetricAlgorithm) |
Методы
Clear() |
Освобождает все ресурсы, используемые классом AsymmetricAlgorithm.Releases all resources used by the AsymmetricAlgorithm class. (Унаследовано от AsymmetricAlgorithm) |
Create() |
Создает экземпляр реализации алгоритма RSA по умолчанию.Creates an instance of the default implementation of the RSA algorithm. |
Create(Int32) |
Создает новый временный RSA-ключ с заданным размером ключа.Creates a new ephemeral RSA key with the specified key size. |
Create(RSAParameters) |
Создает новый временный RSA-ключ с заданными параметрами RSA-ключа.Creates a new ephemeral RSA key with the specified RSA key parameters. |
Create(String) |
Создает экземпляр заданной реализации класса RSA.Creates an instance of the specified implementation of RSA. |
Decrypt(Byte[], RSAEncryptionPadding) |
При переопределении в производном классе выполняет расшифровку входных данных с использованием указанного режима заполнения.When overridden in a derived class, decrypts the input data using the specified padding mode. |
DecryptValue(Byte[]) |
Если переопределено в производном классе, расшифровывает входные данные с помощью закрытого ключа.When overridden in a derived class, decrypts the input data using the private key. |
Dispose() |
Освобождает все ресурсы, используемые текущим экземпляром класса AsymmetricAlgorithm.Releases all resources used by the current instance of the AsymmetricAlgorithm class. (Унаследовано от AsymmetricAlgorithm) |
Dispose(Boolean) |
Освобождает неуправляемые ресурсы, используемые классом AsymmetricAlgorithm (при необходимости освобождает и управляемые ресурсы).Releases the unmanaged resources used by the AsymmetricAlgorithm class and optionally releases the managed resources. (Унаследовано от AsymmetricAlgorithm) |
Encrypt(Byte[], RSAEncryptionPadding) |
При переопределении в производном классе выполняет шифрование входных данных с использованием указанного режима заполнения.When overridden in a derived class, encrypts the input data using the specified padding mode. |
EncryptValue(Byte[]) |
Если переопределено в производном классе, зашифровывает входные данные с помощью открытого ключа.When overridden in a derived class, encrypts the input data using the public key. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters) |
Экспортирует текущий ключ в формате PKCS #8 EncryptedPrivateKeyInfo с паролем, основанным на байтах.Exports the current key in the PKCS#8 EncryptedPrivateKeyInfo format with a byte-based password. (Унаследовано от AsymmetricAlgorithm) |
ExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters) |
Экспортирует текущий ключ в формате PKCS #8 EncryptedPrivateKeyInfo с паролем, основанным на символах.Exports the current key in the PKCS#8 EncryptedPrivateKeyInfo format with a char-based password. (Унаследовано от AsymmetricAlgorithm) |
ExportParameters(Boolean) |
Если переопределено в производном классе, экспортирует объект RSAParameters.When overridden in a derived class, exports the RSAParameters. |
ExportPkcs8PrivateKey() |
Экспортирует текущий ключ в формате PKCS#8 PrivateKeyInfo.Exports the current key in the PKCS#8 PrivateKeyInfo format. (Унаследовано от AsymmetricAlgorithm) |
ExportRSAPrivateKey() |
Экспортирует текущий ключ в формате PKCS#1 RSAPrivateKey.Exports the current key in the PKCS#1 RSAPrivateKey format. |
ExportRSAPublicKey() |
Экспортирует открытую часть текущего ключа в формате PKCS#1 RSAPublicKey.Exports the public-key portion of the current key in the PKCS#1 RSAPublicKey format. |
ExportSubjectPublicKeyInfo() |
Экспортирует открытую часть текущего ключа в формате X.509 SubjectPublicKeyInfo.Exports the public-key portion of the current key in the X.509 SubjectPublicKeyInfo format. (Унаследовано от AsymmetricAlgorithm) |
FromXmlString(String) |
Инициализирует объект RSA, используя данные ключа из строки XML.Initializes an RSA object from the key information from an XML string. |
FromXmlString(String) |
Если переопределено в производном классе, восстанавливает объект AsymmetricAlgorithm из XML-строки.When overridden in a derived class, reconstructs an AsymmetricAlgorithm object from an XML string. В противном случае создается исключение NotImplementedException.Otherwise, throws a NotImplementedException. (Унаследовано от AsymmetricAlgorithm) |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
HashData(Byte[], Int32, Int32, HashAlgorithmName) |
При переопределении в производном классе вычисляет хэш-значение указанного фрагмента массива байтов с помощью заданного хэш-алгоритма.When overridden in a derived class, computes the hash value of a specified portion of a byte array by using a specified hashing algorithm. |
HashData(Stream, HashAlgorithmName) |
При переопределении в производном классе вычисляет хэш-значение указанного двоичного потока с помощью заданного алгоритма хэширования.When overridden in a derived class, computes the hash value of a specified binary stream by using a specified hashing algorithm. |
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32) |
Импортирует пару из открытого и закрытого ключей из структуры PKCS#8 EncryptedPrivateKeyInfo после расшифровки с помощью пароля на основе байтов, заменяя ключи для этого объекта.Imports the public/private keypair from a PKCS#8 EncryptedPrivateKeyInfo structure after decrypting with a byte-based password, replacing the keys for this object. |
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Int32) |
При переопределении в производном классе импортирует пару открытого и закрытого ключей из структуры PKCS#8 EncryptedPrivateKeyInfo после расшифровки с помощью байтового пароля и заменяет ключи для этого объекта.When overridden in a derived class, imports the public/private keypair from a PKCS#8 EncryptedPrivateKeyInfo structure after decrypting with a byte-based password, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32) |
Импортирует пару из открытого и закрытого ключей из структуры PKCS#8 EncryptedPrivateKeyInfo после расшифровки с помощью пароля на основе символов, заменяя ключи для этого объекта.Imports the public/private keypair from a PKCS#8 EncryptedPrivateKeyInfo structure after decrypting with a char-based password, replacing the keys for this object. |
ImportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, ReadOnlySpan<Byte>, Int32) |
При переопределении в производном классе импортирует пару открытого и закрытого ключей из структуры PKCS#8 EncryptedPrivateKeyInfo после расшифровки с помощью символьного пароля и заменяет ключи для этого объекта.When overridden in a derived class, imports the public/private keypair from a PKCS#8 EncryptedPrivateKeyInfo structure after decrypting with a char-based password, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>) |
Импортирует зашифрованный закрытый ключ в формате RFC 7468 в кодировке PEM, заменяя ключи для этого объекта.Imports an encrypted RFC 7468 PEM-encoded private key, replacing the keys for this object. |
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Byte>) |
При переопределении в производном классе импортирует зашифрованный ключ в формате RFC 7468 с кодировкой PEM, заменяя ключи для этого объекта.When overridden in a derived class, imports an encrypted RFC 7468 PEM-encoded key, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>) |
Импортирует зашифрованный закрытый ключ в формате RFC 7468 в кодировке PEM, заменяя ключи для этого объекта.Imports an encrypted RFC 7468 PEM-encoded private key, replacing the keys for this object. |
ImportFromEncryptedPem(ReadOnlySpan<Char>, ReadOnlySpan<Char>) |
При переопределении в производном классе импортирует зашифрованный ключ в формате RFC 7468 с кодировкой PEM, заменяя ключи для этого объекта.When overridden in a derived class, imports an encrypted RFC 7468 PEM-encoded key, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportFromPem(ReadOnlySpan<Char>) |
Импортирует зашифрованный ключ в формате RFC 7468 в кодировке PEM, заменив ключи для этого объекта.Imports an RFC 7468 PEM-encoded key, replacing the keys for this object. |
ImportFromPem(ReadOnlySpan<Char>) |
При переопределении в производном классе импортирует ключ в формате RFC 7468 с текстовой кодировкой, заменяя ключи для этого объекта.When overridden in a derived class, imports an RFC 7468 textually encoded key, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportParameters(RSAParameters) |
Если переопределено в производном классе, импортирует заданный объект RSAParameters.When overridden in a derived class, imports the specified RSAParameters. |
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32) |
Импортирует пару из открытого и закрытого ключей из структуры PKCS#8 PrivateKeyInfo после расшифровки, заменяя ключи для этого объекта.Imports the public/private keypair from a PKCS#8 PrivateKeyInfo structure after decryption, replacing the keys for this object. |
ImportPkcs8PrivateKey(ReadOnlySpan<Byte>, Int32) |
При переопределении в производном классе импортирует пару открытого и закрытого ключей из структуры PKCS#8 PrivateKeyInfo после расшифровки и заменяет ключи для этого объекта.When overriden in a derived class, imports the public/private keypair from a PKCS#8 PrivateKeyInfo structure after decryption, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
ImportRSAPrivateKey(ReadOnlySpan<Byte>, Int32) |
Импортирует пару из открытого и закрытого ключей из структуры PKCS#1 RSAPrivateKey после расшифровки, заменяя ключи для этого объекта.Imports the public/private keypair from a PKCS#1 RSAPrivateKey structure after decryption, replacing the keys for this object. |
ImportRSAPublicKey(ReadOnlySpan<Byte>, Int32) |
Импортирует открытый ключ из структуры PKCS#1 RSAPublicKey после расшифровки, заменяя ключи для этого объекта.Imports the public key from a PKCS#1 RSAPublicKey structure after decryption, replacing the keys for this object. |
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32) |
Импортирует открытый ключ из структуры X.509 SubjectPublicKeyInfo после расшифровки, заменяя ключи для этого объекта.Imports the public key from an X.509 SubjectPublicKeyInfo structure after decryption, replacing the keys for this object. |
ImportSubjectPublicKeyInfo(ReadOnlySpan<Byte>, Int32) |
При переопределении в производном классе импортирует открытый ключ из структуры X.509 SubjectPublicKeyInfo после расшифровки и заменяет ключи для этого объекта.When overriden in a derived class, imports the public key from an X.509 SubjectPublicKeyInfo structure after decryption, replacing the keys for this object. (Унаследовано от AsymmetricAlgorithm) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
SignData(Byte[], HashAlgorithmName, RSASignaturePadding) |
Вычисляет хэш-значение заданного массива байтов с помощью указанного алгоритма хэширования и режима заполнения, а затем подписывает полученное хэш-значение.Computes the hash value of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. |
SignData(Byte[], Int32, Int32, HashAlgorithmName, RSASignaturePadding) |
Вычисляет хэш-значение части заданного массива байтов с помощью указанного алгоритма хэширования и режима заполнения, а затем подписывает полученное хэш-значение.Computes the hash value of a portion of the specified byte array using the specified hash algorithm and padding mode, and signs the resulting hash value. |
SignData(Stream, HashAlgorithmName, RSASignaturePadding) |
Вычисляет хэш-значение заданного потока с помощью указанного алгоритма хэширования и режима заполнения, а затем подписывает полученное хэш-значение.Computes the hash value of the specified stream using the specified hash algorithm and padding mode, and signs the resulting hash value. |
SignHash(Byte[], HashAlgorithmName, RSASignaturePadding) |
При переопределении в производном классе вычисляет подпись для указанного хэш-значения с использованием указанного заполнения.When overridden in a derived class, computes the signature for the specified hash value using the specified padding. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |
ToXmlString(Boolean) |
Создает и возвращает строку XML, содержащую ключ текущего объекта RSA.Creates and returns an XML string containing the key of the current RSA object. |
ToXmlString(Boolean) |
Если переопределено в производном классе, создает и возвращает представление текущего объекта AsymmetricAlgorithm в виде XML-строки.When overridden in a derived class, creates and returns an XML string representation of the current AsymmetricAlgorithm object. В противном случае создается исключение NotImplementedException.Otherwise, throws a NotImplementedException. (Унаследовано от AsymmetricAlgorithm) |
TryDecrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding, Int32) |
Пытается расшифровать входные данные с использованием указанного режима заполнения и записывает результат в заданный буфер.Attempts to decrypt the input data using the specified padding mode, writing the result into a provided buffer. |
TryEncrypt(ReadOnlySpan<Byte>, Span<Byte>, RSAEncryptionPadding, Int32) |
Пытается зашифровать входные данные с использованием указанного режима заполнения и записать результат в заданный буфер.Attempts to encrypt the input data with a specified padding mode into a provided buffer. |
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате PKCS#8 EncryptedPrivateKeyInfo в предоставленный буфер с использованием пароля на основе байтов.Attempts to export the current key in the PKCS#8 EncryptedPrivateKeyInfo format into a provided buffer, using a byte-based password. |
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Byte>, PbeParameters, Span<Byte>, Int32) |
При переопределении в производном классе пытается экспортировать текущий ключ в формате PKCS#8 EncryptedPrivateKeyInfo в предоставленный буфер с использованием байтового пароля.When overridden in a derived class, attempts to export the current key in the PKCS#8 EncryptedPrivateKeyInfo format into a provided buffer, using a byte-based password. (Унаследовано от AsymmetricAlgorithm) |
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате PKCS#8 EncryptedPrivateKeyInfo в предоставленный буфер с использованием пароля на основе символов.Attempts to export the current key in the PKCS#8 EncryptedPrivateKeyInfo format into a provided buffer, using a char-based password. |
TryExportEncryptedPkcs8PrivateKey(ReadOnlySpan<Char>, PbeParameters, Span<Byte>, Int32) |
При переопределении в производном классе пытается экспортировать текущий ключ в формате PKCS#8 EncryptedPrivateKeyInfo в предоставленный буфер с использованием символьного пароля.When overriden in a derived class, attempts to export the current key in the PKCS#8 EncryptedPrivateKeyInfo format into a provided buffer, using a char-based password. (Унаследовано от AsymmetricAlgorithm) |
TryExportPkcs8PrivateKey(Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате PKCS#8 PrivateKeyInfo в предоставленный буфер.Attempts to export the current key in the PKCS#8 PrivateKeyInfo format into a provided buffer. |
TryExportPkcs8PrivateKey(Span<Byte>, Int32) |
При переопределении в производном классе пытается экспортировать текущий ключ в формате PKCS#8 PrivateKeyInfo в предоставленный буфер.When overridden in a derived class, attempts to export the current key in the PKCS#8 PrivateKeyInfo format into a provided buffer. (Унаследовано от AsymmetricAlgorithm) |
TryExportRSAPrivateKey(Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате PKCS#1 RSAPrivateKey в предоставленный буфер.Attempts to export the current key in the PKCS#1 RSAPrivateKey format into a provided buffer. |
TryExportRSAPublicKey(Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате PKCS#1 RSAPublicKey в предоставленный буфер.Attempts to export the current key in the PKCS#1 RSAPublicKey format into a provided buffer. |
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) |
Пытается экспортировать текущий ключ в формате X.509 SubjectPublicKeyInfo в предоставленный буфер.Attempts to export the current key in the X.509 SubjectPublicKeyInfo format into a provided buffer. |
TryExportSubjectPublicKeyInfo(Span<Byte>, Int32) |
При переопределении в производном классе пытается экспортировать текущий ключ в формате X.509 SubjectPublicKeyInfo в предоставленный буфер.When overridden in a derived class, attempts to export the current key in the X.509 SubjectPublicKeyInfo format into a provided buffer. (Унаследовано от AsymmetricAlgorithm) |
TryHashData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, Int32) |
Пытается вычислить хэш предоставленных данных с помощью указанного алгоритма и записать результат в заданный буфер.Attempts to compute the hash of the provided data by using the specified algorithm, writing the results into a provided buffer. |
TrySignData(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding, Int32) |
Пытается хэшировать предоставленные данные с помощью указанного алгоритма и подписать хэш текущим ключом, а затем записать подпись в заданный буфер.Attempts to hash the provided data with the specified algorithm and sign the hash with the current key, writing the signature into a provided buffer. |
TrySignHash(ReadOnlySpan<Byte>, Span<Byte>, HashAlgorithmName, RSASignaturePadding, Int32) |
Пытается подписать хэш текущим ключом и записать подпись в заданный буфер.Attempts to sign the hash with the current key, writing the signature into a provided buffer. |
VerifyData(Byte[], Byte[], HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи, вычисляя хэш-значение указанных данных с помощью указанного алгоритма хэширования и заполнения, а затем сравнивая его с предоставленной подписью.Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and padding, and comparing it to the provided signature. |
VerifyData(Byte[], Int32, Int32, Byte[], HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи, вычисляя хэш-значение данных во фрагменте массива байтов с помощью указанного алгоритма хэширования и заполнения и сравнивая его с предоставленной подписью.Verifies that a digital signature is valid by calculating the hash value of the data in a portion of a byte array using the specified hash algorithm and padding, and comparing it to the provided signature. |
VerifyData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи, вычисляя хэш-значение указанных данных с помощью указанного алгоритма хэширования и заполнения, а затем сравнивая его с предоставленной подписью.Verifies that a digital signature is valid by calculating the hash value of the specified data using the specified hash algorithm and padding, and comparing it to the provided signature. |
VerifyData(Stream, Byte[], HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи, вычисляя хэш-значение указанного потока с помощью указанного алгоритма хэширования и заполнения, а затем сравнивая его с предоставленной подписью.Verifies that a digital signature is valid by calculating the hash value of the specified stream using the specified hash algorithm and padding, and comparing it to the provided signature. |
VerifyHash(Byte[], Byte[], HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи путем определения хэш-значения в этой подписи с помощью указанного хэш-алгоритма и заполнения, сравнивая его с предоставленным хэш-значением.Verifies that a digital signature is valid by determining the hash value in the signature using the specified hash algorithm and padding, and comparing it to the provided hash value. |
VerifyHash(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, HashAlgorithmName, RSASignaturePadding) |
Проверяет допустимость цифровой подписи путем определения хэш-значения в этой подписи с помощью указанного хэш-алгоритма и заполнения, сравнивая его с предоставленным хэш-значением.Verifies that a digital signature is valid by determining the hash value in the signature using the specified hash algorithm and padding, and comparing it to the provided hash value. |
Явные реализации интерфейса
IDisposable.Dispose() |
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода. Описание этого члена см. в разделе Dispose().For a description of this member, see Dispose(). (Унаследовано от AsymmetricAlgorithm) |