5 references to Randomized
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Algorithm.cs (1)
120
Debug.Assert (SqlClientEncryptionType.
Randomized
== encryptionType, "Invalid Encryption Type detected in SqlAeadAes256CbcHmac256Algorithm, this should've been caught in factory class");
fx\src\data\System\Data\SqlClient\SqlAeadAes256CbcHmac256Factory.cs (2)
38
if (!((encryptionType == SqlClientEncryptionType.Deterministic) || (encryptionType == SqlClientEncryptionType.
Randomized
))) {
42
SqlClientEncryptionType.
Randomized
);
fx\src\data\System\Data\SqlClient\SqlAes256CbcFactory.cs (2)
41
if (!((encryptionType == SqlClientEncryptionType.Deterministic) || (encryptionType == SqlClientEncryptionType.
Randomized
)))
46
SqlClientEncryptionType.
Randomized
);