3 references to EncryptionType
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
228
SqlClientEncryptionAlgorithmFactoryList.GetInstance().GetAlgorithm(symKey, md.
EncryptionType
, algorithmName, out cipherAlgorithm); // will validate algorithm name and type
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
9280
stateObj.WriteByte(md.cipherMD.
EncryptionType
);
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1007
serializedWireFormat[consumedBytes++] = _cipherMetadata.
EncryptionType
;