4 references to _version
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCspProvider.cs (4)
95
if (encryptedColumnEncryptionKey[0] !=
_version
[0])
97
throw SQL.InvalidAlgorithmVersionInEncryptedCEK(encryptedColumnEncryptionKey[0],
_version
[0]);
101
int currentIndex =
_version
.Length;
192
byte[] version = new byte[] {
_version
[0] };