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