2 references to EncryptedKey
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
3865
int encryptedKeyLength = (int)ds.GetBytes((int)DescribeParameterEncryptionResultSet1.
EncryptedKey
, 0, encryptedKey, 0, 0);
3867
ds.GetBytes((int)DescribeParameterEncryptionResultSet1.
EncryptedKey
, 0, encryptedKey, 0, encryptedKeyLength);