5 references to Deterministic
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
116
if (encryptionType == SqlClientEncryptionType.
Deterministic
) {
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Factory.cs (2)
38
if (!((encryptionType == SqlClientEncryptionType.
Deterministic
) || (encryptionType == SqlClientEncryptionType.Randomized))) {
41
SqlClientEncryptionType.
Deterministic
,
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (2)
41
if (!((encryptionType == SqlClientEncryptionType.
Deterministic
) || (encryptionType == SqlClientEncryptionType.Randomized)))
45
SqlClientEncryptionType.
Deterministic
,