3 references to RPC_PARAM_ENCRYPTED
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (2)
4018rpc.paramoptions[paramIdx] |= TdsEnums.RPC_PARAM_ENCRYPTED; 5443rpc.paramoptions[j] |= TdsEnums.RPC_PARAM_ENCRYPTED;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
8242bool isParameterEncrypted = 0 != (rpcext.paramoptions[i] & TdsEnums.RPC_PARAM_ENCRYPTED);