4 references to CipherAlgorithmId
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 (2)
9270
stateObj.WriteByte(md.cipherMD.
CipherAlgorithmId
);
9272
if (TdsEnums.CustomCipherAlgorithmId == md.cipherMD.
CipherAlgorithmId
) {
fx\src\data\System\Data\SqlClient\TdsParserHelperClasses.cs (1)
1004
serializedWireFormat[consumedBytes++] = _cipherMetadata.
CipherAlgorithmId
;