DeriveBytes Класс
Определение
Представляет абстрактный базовый класс, от которого наследуются все классы, получающие последовательности байтов заданной длины.Represents the abstract base class from which all classes that derive byte sequences of a specified length inherit.
public ref class DeriveBytes abstract : IDisposable
public ref class DeriveBytes abstract
public abstract class DeriveBytes : IDisposable
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class DeriveBytes : IDisposable
type DeriveBytes = class
interface IDisposable
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
[<System.Runtime.InteropServices.ComVisible(true)>]
type DeriveBytes = class
interface IDisposable
Public MustInherit Class DeriveBytes
Implements IDisposable
Public MustInherit Class DeriveBytes
- Наследование
-
DeriveBytes
- Производный
- Атрибуты
- Реализации
Примечания для тех, кто реализует этот метод
При наследовании от класса DeriveBytes необходимо переопределить следующие члены: GetBytes(Int32) и Reset().When you inherit from DeriveBytes, you must override the following members: GetBytes(Int32), and Reset().
Конструкторы
DeriveBytes() |
Инициализирует новый экземпляр класса DeriveBytes.Initializes a new instance of the DeriveBytes class. |
Методы
Dispose() |
При переопределении в производном классе освобождает все ресурсы, используемые текущим объектом DeriveBytes.When overridden in a derived class, releases all resources used by the current instance of the DeriveBytes class. |
Dispose(Boolean) |
Если переопределено в производном классе, освобождает неуправляемые ресурсы, используемые классом DeriveBytes, и опционально освобождает управляемые ресурсы.When overridden in a derived class, releases the unmanaged resources used by the DeriveBytes class and optionally releases the managed resources. |
Equals(Object) |
Определяет, равен ли указанный объект текущему объекту.Determines whether the specified object is equal to the current object. (Унаследовано от Object) |
GetBytes(Int32) |
Если переопределено в производном классе, возвращает псевдослучайные байты ключа.When overridden in a derived class, returns pseudo-random key bytes. |
GetHashCode() |
Служит хэш-функцией по умолчанию.Serves as the default hash function. (Унаследовано от Object) |
GetType() |
Возвращает объект Type для текущего экземпляра.Gets the Type of the current instance. (Унаследовано от Object) |
MemberwiseClone() |
Создает неполную копию текущего объекта Object.Creates a shallow copy of the current Object. (Унаследовано от Object) |
Reset() |
Если переопределено в производном классе, восстанавливает состояние данной операции.When overridden in a derived class, resets the state of the operation. |
ToString() |
Возвращает строку, представляющую текущий объект.Returns a string that represents the current object. (Унаследовано от Object) |