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