Home
last modified time | relevance | path

Searched refs:CustomCipherAlgorithmId (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SqlClient/
H A DSqlSecurityUtility.cs121 if (TdsEnums.CustomCipherAlgorithmId == cipherAlgorithmId) { in ValidateAndGetEncryptionAlgorithmName()
H A DTdsEnums.cs916 internal const byte CustomCipherAlgorithmId = 0; // Id used for custom encryption algorithm. field in System.Data.SqlClient.TdsEnums
H A DTdsParser.cs3570 if (TdsEnums.CustomCipherAlgorithmId == cipherAlgorithmId) { in TryProcessTceCryptoMetadata()
9184 if (TdsEnums.CustomCipherAlgorithmId == md.cipherMD.CipherAlgorithmId) {