1 write to EnclaveType
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2603
_parser.
EnclaveType
= Encoding.Unicode.GetString(data, 2, (data.Length - 2));
12 references to EnclaveType
System.Data (12)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (11)
2266
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.
EnclaveType
, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
3582
string enclaveType = this._activeConnection.Parser.
EnclaveType
;
3910
throw SQL.NoAttestationUrlSpecifiedForEnclaveBasedQuerySpDescribe(this._activeConnection.Parser.
EnclaveType
);
4047
throw SQL.UnexpectedDescribeParamFormatAttestationInfo (this._activeConnection.Parser.
EnclaveType
);
4062
string enclaveType = this._activeConnection.Parser.
EnclaveType
;
4072
throw SQL.AttestationInfoNotReturnedFromSqlServer(this._activeConnection.Parser.
EnclaveType
, this._activeConnection.EnclaveAttestationUrl);
4181
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.
EnclaveType
, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
4216
EnclaveDelegate.Instance.InvalidateEnclaveSession(this._activeConnection.Parser.
EnclaveType
, this._activeConnection.DataSource, this._activeConnection.EnclaveAttestationUrl, this.enclavePackage.EnclaveSession);
4324
if (string.IsNullOrWhiteSpace(this._activeConnection.EnclaveAttestationUrl)) throw SQL.NoAttestationUrlSpecifiedForEnclaveBasedQueryGeneratingEnclavePackage(this._activeConnection.Parser.
EnclaveType
);
4326
string enclaveType = this._activeConnection.Parser.
EnclaveType
;
4448
throw SQL.NullEnclavePackageForEnclaveBasedQuery(this._activeConnection.Parser.
EnclaveType
, this._activeConnection.EnclaveAttestationUrl);
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2916
&& string.IsNullOrWhiteSpace(
EnclaveType
) ) {