HMACSHA3_256
HashSizeInBits
HashSizeInBytes
HMACSHA3_256()
HMACSHA3_256(Byte[])
IsSupported
Key
Dispose(Boolean)
HashCore(Byte[], Int32, Int32)
HashCore(ReadOnlySpan<Byte>)
HashData(Byte[], Byte[])
HashData(Byte[], Stream)
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
HashData(ReadOnlySpan<Byte>, Stream)
HashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>)
HashData(ReadOnlySpan<Byte>, Stream, Span<Byte>)
HashDataAsync(Byte[], Stream, CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, CancellationToken)
HashDataAsync(ReadOnlyMemory<Byte>, Stream, Memory<Byte>, CancellationToken)
HashFinal()
Initialize()
TryHashData(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, Span<Byte>, Int32)
TryHashFinal(Span<Byte>, Int32)
Verify(Byte[], Byte[], Byte[])
Verify(Byte[], Stream, Byte[])
Verify(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>, ReadOnlySpan<Byte>)
Verify(ReadOnlySpan<Byte>, Stream, ReadOnlySpan<Byte>)
VerifyAsync(Byte[], Stream, Byte[], CancellationToken)
VerifyAsync(ReadOnlyMemory<Byte>, Stream, ReadOnlyMemory<Byte>, CancellationToken)
net11.0
namespace System.Security.Cryptography
{
public class HMACSHA3_256 : HMAC
{
public static bool Verify(byte[]! key, byte[]! source, byte[]! hash);
}
}
| Design Reviews |
|
|---|---|
| .NET | 11.0 |
Information specific to net11.0 | |
| Assembly | System.Security.Cryptography , Version=11.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
| Referencing | The API is automatically referenced. |
| Preview | The API is contained in a preview framework. |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API