KmacXof256.Verify Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
Verify(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
- Исходный код:
- KmacXof256.cs
public static bool Verify(ReadOnlySpan<byte> key, ReadOnlySpan<byte> source, ReadOnlySpan<byte> hash, ReadOnlySpan<byte> customizationString = default);
static member Verify : ReadOnlySpan<byte> * 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), Optional customizationString As ReadOnlySpan(Of Byte) = Nothing) As Boolean
Параметры
- key
- ReadOnlySpan<Byte>
- source
- ReadOnlySpan<Byte>
- hash
- ReadOnlySpan<Byte>
- customizationString
- ReadOnlySpan<Byte>
Возвращаемое значение
Применяется к
Verify(ReadOnlySpan<Byte>, Stream, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
- Исходный код:
- KmacXof256.cs
public static bool Verify(ReadOnlySpan<byte> key, System.IO.Stream source, ReadOnlySpan<byte> hash, ReadOnlySpan<byte> customizationString = default);
static member Verify : ReadOnlySpan<byte> * System.IO.Stream * ReadOnlySpan<byte> * ReadOnlySpan<byte> -> bool
Public Shared Function Verify (key As ReadOnlySpan(Of Byte), source As Stream, hash As ReadOnlySpan(Of Byte), Optional customizationString As ReadOnlySpan(Of Byte) = Nothing) As Boolean
Параметры
- key
- ReadOnlySpan<Byte>
- source
- Stream
- hash
- ReadOnlySpan<Byte>
- customizationString
- ReadOnlySpan<Byte>
Возвращаемое значение
Применяется к
Verify(Byte[], Stream, Byte[], Byte[])
- Исходный код:
- KmacXof256.cs
public static bool Verify(byte[] key, System.IO.Stream source, byte[] hash, byte[]? customizationString = default);
static member Verify : byte[] * System.IO.Stream * byte[] * byte[] -> bool
Public Shared Function Verify (key As Byte(), source As Stream, hash As Byte(), Optional customizationString As Byte() = Nothing) As Boolean
Параметры
- key
- Byte[]
- source
- Stream
- hash
- Byte[]
- customizationString
- Byte[]
Возвращаемое значение
Применяется к
Verify(Byte[], Byte[], Byte[], Byte[])
- Исходный код:
- KmacXof256.cs
public static bool Verify(byte[] key, byte[] source, byte[] hash, byte[]? customizationString = default);
static member Verify : byte[] * byte[] * byte[] * byte[] -> bool
Public Shared Function Verify (key As Byte(), source As Byte(), hash As Byte(), Optional customizationString As Byte() = Nothing) As Boolean
Параметры
- key
- Byte[]
- source
- Byte[]
- hash
- Byte[]
- customizationString
- Byte[]