Тип Gost3411_2012_512CryptoServiceProvider предоставляет следующие члены.

Конструкторы

  ИмяОписание
Открытый методGost3411_2012_512CryptoServiceProvider
Создает новый объект класса Gost3411_2012_512CryptoServiceProvider.

Методы

  ИмяОписание
Открытый методClear
Releases all resources used by the HashAlgorithm class.
(Унаследовано от HashAlgorithm.)
Открытый методComputeHash(Stream)
Computes the hash value for the specified Stream object.
(Унаследовано от HashAlgorithm.)
Открытый методComputeHash(array<Byte>[]()[][])
Computes the hash value for the specified byte array.
(Унаследовано от HashAlgorithm.)
Открытый методComputeHash(array<Byte>[]()[][], Int32, Int32)
Computes the hash value for the specified region of the specified byte array.
(Унаследовано от HashAlgorithm.)
Защищенный методDispose
Releases the unmanaged resources used by the HashAlgorithm and optionally releases the managed resources.
(Унаследовано от HashAlgorithm.)
Открытый методEquals
Determines whether the specified Object is equal to the current Object.
(Унаследовано от Object.)
Защищенный методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследовано от Object.)
Открытый методGetHashCode
Serves as a hash function for a particular type.
(Унаследовано от Object.)
Открытый методGetType
Gets the type of the current instance.
(Унаследовано от Object.)
Защищенный методHashCore
When overridden in a derived class, routes data written to the object into the hash algorithm for computing the hash.
(Унаследовано от HashAlgorithm.)
Защищенный методHashFinal
When overridden in a derived class, finalizes the hash computation after the last data is processed by the cryptographic stream object.
(Унаследовано от HashAlgorithm.)
Открытый методInitialize
Инициализирует объект класса Gost3411_2012_512CryptoServiceProvider.
(Переопределение HashAlgorithmInitialize()()()().)
Защищенный методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследовано от Object.)
Открытый методToString
Returns a string that represents the current object.
(Унаследовано от Object.)
Открытый методTransformBlock
Computes the hash value for the specified region of the input byte array and copies the specified region of the input byte array to the specified region of the output byte array.
(Унаследовано от HashAlgorithm.)
Открытый методTransformFinalBlock
Computes the hash value for the specified region of the specified byte array.
(Унаследовано от HashAlgorithm.)

Поля

  ИмяОписание
Защищенное полеHashSizeValue
Represents the size, in bits, of the computed hash code.
(Унаследовано от HashAlgorithm.)
Защищенное полеHashValue
Represents the value of the computed hash code.
(Унаследовано от HashAlgorithm.)
Защищенное полеState
Represents the state of the hash computation.
(Унаследовано от HashAlgorithm.)

Свойства

  ИмяОписание
Открытое свойствоCanReuseTransform
Gets a value indicating whether the current transform can be reused.
(Унаследовано от HashAlgorithm.)
Открытое свойствоCanTransformMultipleBlocks
When overridden in a derived class, gets a value indicating whether multiple blocks can be transformed.
(Унаследовано от HashAlgorithm.)
Открытое свойствоHash
Gets the value of the computed hash code.
(Унаследовано от HashAlgorithm.)
Открытое свойствоHashHandle
Получение текущего (не дубликата) HANDLE хэша.
Открытое свойствоHashSize
Gets the size, in bits, of the computed hash code.
(Унаследовано от HashAlgorithm.)
Открытое свойствоInputBlockSize
When overridden in a derived class, gets the input block size.
(Унаследовано от HashAlgorithm.)
Открытое свойствоOutputBlockSize
When overridden in a derived class, gets the output block size.
(Унаследовано от HashAlgorithm.)

Явные реализации интерфейса

  ИмяОписание
Явная реализация интерфейсаЧастный методSystem#IDisposable#Dispose
Releases the unmanaged resources used by the HashAlgorithm and optionally releases the managed resources.
(Унаследовано от HashAlgorithm.)

См. также: