1 write to EncryptionInfo
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5182rec.cipherMD.EncryptionInfo = thisParam.CipherMetadata.EncryptionInfo;
2 references to EncryptionInfo
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
5182rec.cipherMD.EncryptionInfo = thisParam.CipherMetadata.EncryptionInfo;
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
222DecryptSymmetricKey(md.EncryptionInfo, serverName, out symKey, out encryptionkeyInfoChosen);