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