Udostępnij za pośrednictwem


PasswordDeriveBytes.GetBytes(Int32) Metoda

Definicja

Przestroga

Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.

Zwraca pseudo-losowe bajty kluczy.

public:
 override cli::array <System::Byte> ^ GetBytes(int cb);
[System.Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")]
public override byte[] GetBytes (int cb);
public override byte[] GetBytes (int cb);
[<System.Obsolete("Rfc2898DeriveBytes replaces PasswordDeriveBytes for deriving key material from a password and is preferred in new applications.")>]
override this.GetBytes : int -> byte[]
override this.GetBytes : int -> byte[]
Public Overrides Function GetBytes (cb As Integer) As Byte()

Parametry

cb
Int32

Liczba bajtów pseudo-losowych kluczy do wygenerowania.

Zwraca

Byte[]

Tablica bajtów wypełniona pseudo-losowymi bajtami kluczy.

Atrybuty

Uwagi

Ta metoda może utworzyć dowolną liczbę pseudo-losowych bajtów. Jednak siła sekwencji bajtów jest ograniczona przez liczbę bajtów w danych wyjściowych skrótu.

Dotyczy

Zobacz też