Base:
property
KeySize
System.Security.Cryptography.SymmetricAlgorithm.KeySize
2 references to KeySize
System.Security.Cryptography (2)
System\Security\Cryptography\AesImplementation.cs (2)
22
Span<byte> key = stackalloc byte[
KeySize
/ BitsPerByte];
91
Span<byte> key = stackalloc byte[
KeySize
/ BitsPerByte];