4 references to CipherAlgorithmName
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlSecurityUtility.cs (1)
227
string algorithmName = ValidateAndGetEncryptionAlgorithmName(md.CipherAlgorithmId, md.
CipherAlgorithmName
); // may throw
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
9274
Debug.Assert (md.cipherMD.
CipherAlgorithmName
.Length < 256);
9275
stateObj.WriteByte((byte)md.cipherMD.
CipherAlgorithmName
.Length);
9276
WriteString(md.cipherMD.
CipherAlgorithmName
, stateObj);