Sdílet prostřednictvím


CryptographicOperations.HashData Metoda

Definice

Přetížení

HashData(HashAlgorithmName, Byte[])

Vypočítá hodnotu hash dat.

HashData(HashAlgorithmName, Stream)

Vypočítá hodnotu hash datového proudu.

HashData(HashAlgorithmName, ReadOnlySpan<Byte>)

Vypočítá hodnotu hash dat.

HashData(HashAlgorithmName, Stream, Span<Byte>)

Vypočítá hodnotu hash datového proudu.

HashData(HashAlgorithmName, ReadOnlySpan<Byte>, Span<Byte>)

Vypočítá hodnotu hash dat.

HashData(HashAlgorithmName, Byte[])

Zdroj:
CryptographicOperations.cs

Vypočítá hodnotu hash dat.

public:
 static cli::array <System::Byte> ^ HashData(System::Security::Cryptography::HashAlgorithmName hashAlgorithm, cli::array <System::Byte> ^ source);
public static byte[] HashData (System.Security.Cryptography.HashAlgorithmName hashAlgorithm, byte[] source);
static member HashData : System.Security.Cryptography.HashAlgorithmName * byte[] -> byte[]
Public Shared Function HashData (hashAlgorithm As HashAlgorithmName, source As Byte()) As Byte()

Parametry

hashAlgorithm
HashAlgorithmName

Algoritmus použitý k výpočtu hodnoty hash.

source
Byte[]

Data k hodnotě hash.

Návraty

Byte[]

Hodnota hash dat.

Výjimky

source je null.

-nebo-

hashAlgorithmName, který je null.

hashAlgorithm má prázdný Name.

hashAlgorithm určuje algoritmus hash, který aktuální platforma nepodporuje.

hashAlgorithm určuje neznámý algoritmus hash.

Platí pro

HashData(HashAlgorithmName, Stream)

Zdroj:
CryptographicOperations.cs

Vypočítá hodnotu hash datového proudu.

public:
 static cli::array <System::Byte> ^ HashData(System::Security::Cryptography::HashAlgorithmName hashAlgorithm, System::IO::Stream ^ source);
public static byte[] HashData (System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source);
static member HashData : System.Security.Cryptography.HashAlgorithmName * System.IO.Stream -> byte[]
Public Shared Function HashData (hashAlgorithm As HashAlgorithmName, source As Stream) As Byte()

Parametry

hashAlgorithm
HashAlgorithmName

Algoritmus použitý k výpočtu hodnoty hash.

source
Stream

Datový proud k hodnotě hash.

Návraty

Byte[]

Hodnota hash dat.

Výjimky

source je null.

-nebo-

hashAlgorithmName, který je null.

hashAlgorithm má prázdný Name.

-nebo-

source nepodporuje čtení.

hashAlgorithm určuje algoritmus hash, který aktuální platforma nepodporuje.

hashAlgorithm určuje neznámý algoritmus hash.

Platí pro

HashData(HashAlgorithmName, ReadOnlySpan<Byte>)

Zdroj:
CryptographicOperations.cs

Vypočítá hodnotu hash dat.

public:
 static cli::array <System::Byte> ^ HashData(System::Security::Cryptography::HashAlgorithmName hashAlgorithm, ReadOnlySpan<System::Byte> source);
public static byte[] HashData (System.Security.Cryptography.HashAlgorithmName hashAlgorithm, ReadOnlySpan<byte> source);
static member HashData : System.Security.Cryptography.HashAlgorithmName * ReadOnlySpan<byte> -> byte[]
Public Shared Function HashData (hashAlgorithm As HashAlgorithmName, source As ReadOnlySpan(Of Byte)) As Byte()

Parametry

hashAlgorithm
HashAlgorithmName

Algoritmus použitý k výpočtu hodnoty hash.

source
ReadOnlySpan<Byte>

Data k hodnotě hash.

Návraty

Byte[]

Hodnota hash dat.

Výjimky

hashAlgorithmName, který je null.

hashAlgorithm má prázdný Name.

hashAlgorithm určuje algoritmus hash, který aktuální platforma nepodporuje.

hashAlgorithm určuje neznámý algoritmus hash.

Platí pro

HashData(HashAlgorithmName, Stream, Span<Byte>)

Zdroj:
CryptographicOperations.cs

Vypočítá hodnotu hash datového proudu.

public:
 static int HashData(System::Security::Cryptography::HashAlgorithmName hashAlgorithm, System::IO::Stream ^ source, Span<System::Byte> destination);
public static int HashData (System.Security.Cryptography.HashAlgorithmName hashAlgorithm, System.IO.Stream source, Span<byte> destination);
static member HashData : System.Security.Cryptography.HashAlgorithmName * System.IO.Stream * Span<byte> -> int
Public Shared Function HashData (hashAlgorithm As HashAlgorithmName, source As Stream, destination As Span(Of Byte)) As Integer

Parametry

hashAlgorithm
HashAlgorithmName

Algoritmus použitý k výpočtu hodnoty hash.

source
Stream

Datový proud k hodnotě hash.

destination
Span<Byte>

Vyrovnávací paměť pro příjem hodnoty hash.

Návraty

Celkový počet bajtů zapsaných do destination.

Výjimky

source je null.

-nebo-

hashAlgorithmName, který je null.

Vyrovnávací paměť v destination je příliš malá, aby držela počítanou velikost hash.

-nebo-

hashAlgorithm má prázdný Name.

-nebo-

source nepodporuje čtení.

hashAlgorithm určuje algoritmus hash, který aktuální platforma nepodporuje.

hashAlgorithm určuje neznámý algoritmus hash.

Platí pro

HashData(HashAlgorithmName, ReadOnlySpan<Byte>, Span<Byte>)

Zdroj:
CryptographicOperations.cs

Vypočítá hodnotu hash dat.

public:
 static int HashData(System::Security::Cryptography::HashAlgorithmName hashAlgorithm, ReadOnlySpan<System::Byte> source, Span<System::Byte> destination);
public static int HashData (System.Security.Cryptography.HashAlgorithmName hashAlgorithm, ReadOnlySpan<byte> source, Span<byte> destination);
static member HashData : System.Security.Cryptography.HashAlgorithmName * ReadOnlySpan<byte> * Span<byte> -> int
Public Shared Function HashData (hashAlgorithm As HashAlgorithmName, source As ReadOnlySpan(Of Byte), destination As Span(Of Byte)) As Integer

Parametry

hashAlgorithm
HashAlgorithmName

Algoritmus použitý k výpočtu hodnoty hash.

source
ReadOnlySpan<Byte>

Data k hodnotě hash.

destination
Span<Byte>

Vyrovnávací paměť pro příjem hodnoty hash.

Návraty

Celkový počet bajtů zapsaných do destination.

Výjimky

Vyrovnávací paměť v destination je příliš malá, aby držela počítanou velikost hash.

-nebo-

hashAlgorithm má prázdný Name.

hashAlgorithmName, který je null.

hashAlgorithm určuje algoritmus hash, který aktuální platforma nepodporuje.

hashAlgorithm určuje neznámý algoritmus hash.

Platí pro