5 references to DescribeParameterEncryptionResultSet2
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (5)
3981
string parameterName = ds.GetString((int)
DescribeParameterEncryptionResultSet2
.ParameterName);
3994
byte columnEncryptionType = ds.GetByte((int)
DescribeParameterEncryptionResultSet2
.ColumnEncrytionType);
3996
byte cipherAlgorithmId = ds.GetByte((int)
DescribeParameterEncryptionResultSet2
.ColumnEncryptionAlgorithm);
3997
int columnEncryptionKeyOrdinal = ds.GetInt32((int)
DescribeParameterEncryptionResultSet2
.ColumnEncryptionKeyOrdinal);
3998
byte columnNormalizationRuleVersion = ds.GetByte((int)
DescribeParameterEncryptionResultSet2
.NormalizationRuleVersion);