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