HMACMD5.Verify Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Verify(Byte[], Byte[], Byte[])
- Zdroj:
- HMACMD5.cs
public:
static bool Verify(cli::array <System::Byte> ^ key, cli::array <System::Byte> ^ source, cli::array <System::Byte> ^ hash);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static bool Verify(byte[] key, byte[] source, byte[] hash);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Verify : byte[] * byte[] * byte[] -> bool
Public Shared Function Verify (key As Byte(), source As Byte(), hash As Byte()) As Boolean
Parametry
- key
- Byte[]
- source
- Byte[]
- hash
- Byte[]
Návraty
- Atributy
Platí pro
Verify(Byte[], Stream, Byte[])
- Zdroj:
- HMACMD5.cs
public:
static bool Verify(cli::array <System::Byte> ^ key, System::IO::Stream ^ source, cli::array <System::Byte> ^ hash);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static bool Verify(byte[] key, System.IO.Stream source, byte[] hash);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Verify : byte[] * System.IO.Stream * byte[] -> bool
Public Shared Function Verify (key As Byte(), source As Stream, hash As Byte()) As Boolean
Parametry
- key
- Byte[]
- source
- Stream
- hash
- Byte[]
Návraty
- Atributy
Platí pro
Verify(ReadOnlySpan<Byte>, Stream, ReadOnlySpan<Byte>)
- Zdroj:
- HMACMD5.cs
public:
static bool Verify(ReadOnlySpan<System::Byte> key, System::IO::Stream ^ source, ReadOnlySpan<System::Byte> hash);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static bool Verify(ReadOnlySpan<byte> key, System.IO.Stream source, ReadOnlySpan<byte> hash);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Verify : ReadOnlySpan<byte> * System.IO.Stream * ReadOnlySpan<byte> -> bool
Public Shared Function Verify (key As ReadOnlySpan(Of Byte), source As Stream, hash As ReadOnlySpan(Of Byte)) As Boolean
Parametry
- key
- ReadOnlySpan<Byte>
- source
- Stream
- hash
- ReadOnlySpan<Byte>
Návraty
- Atributy
Platí pro
Verify(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
- Zdroj:
- HMACMD5.cs
public:
static bool Verify(ReadOnlySpan<System::Byte> key, ReadOnlySpan<System::Byte> source, ReadOnlySpan<System::Byte> hash);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static bool Verify(ReadOnlySpan<byte> key, ReadOnlySpan<byte> source, ReadOnlySpan<byte> hash);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member Verify : ReadOnlySpan<byte> * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> bool
Public Shared Function Verify (key As ReadOnlySpan(Of Byte), source As ReadOnlySpan(Of Byte), hash As ReadOnlySpan(Of Byte)) As Boolean
Parametry
- key
- ReadOnlySpan<Byte>
- source
- ReadOnlySpan<Byte>
- hash
- ReadOnlySpan<Byte>
Návraty
- Atributy