1 reference to BCryptSetProperty
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Cng.cs (1)
101NTSTATUS ntStatus = Interop.BCryptSetProperty(hAlg, BCryptPropertyStrings.BCRYPT_CHAINING_MODE, cipherMode, (cipherMode.Length + 1) * 2, 0);