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