4 references to _KeySizeInBytes
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (4)
49private const int _MinimumCipherTextLengthInBytesWithAuthenticationTag = _MinimumCipherTextLengthInBytesNoAuthenticationTag + _KeySizeInBytes; 168int authenticationTagLen = hasAuthenticationTag ? _KeySizeInBytes : 0; 288startIndex += _KeySizeInBytes; // authentication tag size is _KeySizeInBytes 381byte[] authenticationTag = new byte[_KeySizeInBytes];