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