3 references to HashSizeInBytes
Microsoft.AspNetCore.Components (1)
PersistentStateValueProvider.cs (1)
169
Span<byte> keyHash = stackalloc byte[SHA256.
HashSizeInBytes
];
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\TypeNameHash.cs (1)
29
Span<byte> typeNameHashBytes = stackalloc byte[SHA256.
HashSizeInBytes
];
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
TypeNameHashTest.cs (1)
16
private const int ExpectedHashLength = SHA256.
HashSizeInBytes
* 2;