4 references to _version
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlColumnEncryptionCertificateStoreProvider.cs (4)
109
if (encryptedColumnEncryptionKey[0] !=
_version
[0])
111
throw SQL.InvalidAlgorithmVersionInEncryptedCEK(encryptedColumnEncryptionKey[0],
_version
[0]);
115
int currentIndex =
_version
.Length;
206
byte[] version = new byte[] {
_version
[0] };