4 references to CipherAlgorithmId
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
227string algorithmName = ValidateAndGetEncryptionAlgorithmName(md.CipherAlgorithmId, md.CipherAlgorithmName); // may throw
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
9270stateObj.WriteByte(md.cipherMD.CipherAlgorithmId); 9272if (TdsEnums.CustomCipherAlgorithmId == md.cipherMD.CipherAlgorithmId) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1004serializedWireFormat[consumedBytes++] = _cipherMetadata.CipherAlgorithmId;