HMACSHA1
HashSizeInBits
HashSizeInBytes
HMACSHA1()
HMACSHA1(Byte[])
HMACSHA1(Byte[], Boolean)
~HMACSHA1()
HashName
HashSize
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)
net11
namespace System.Security.Cryptography
{
public class HMACSHA1 : KeyedHashAlgorithm
{
~HMACSHA1();
}
}
.NET Framework | 1.01.1 |
---|---|
Information specific to net11 | |
Assembly | mscorlib , Version=1.0.5000.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API