4 references to CipherAlgorithmName
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 (3)
9274Debug.Assert (md.cipherMD.CipherAlgorithmName.Length < 256); 9275stateObj.WriteByte((byte)md.cipherMD.CipherAlgorithmName.Length); 9276WriteString(md.cipherMD.CipherAlgorithmName, stateObj);