Kmac128.VerifyCurrentHash Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
VerifyCurrentHash(Byte[])
- Исходный код:
- Kmac128.cs
public:
bool VerifyCurrentHash(cli::array <System::Byte> ^ hash);
public bool VerifyCurrentHash(byte[] hash);
member this.VerifyCurrentHash : byte[] -> bool
Public Function VerifyCurrentHash (hash As Byte()) As Boolean
Параметры
- hash
- Byte[]
Возвращаемое значение
Применяется к
VerifyCurrentHash(ReadOnlySpan<Byte>)
- Исходный код:
- Kmac128.cs
public:
bool VerifyCurrentHash(ReadOnlySpan<System::Byte> hash);
public bool VerifyCurrentHash(ReadOnlySpan<byte> hash);
member this.VerifyCurrentHash : ReadOnlySpan<byte> -> bool
Public Function VerifyCurrentHash (hash As ReadOnlySpan(Of Byte)) As Boolean
Параметры
- hash
- ReadOnlySpan<Byte>