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