3 references to BCryptGetProperty
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\Interop\Windows\BCrypt\Interop.BCryptGetProperty.cs (1)
26NTSTATUS status = BCryptGetProperty(
System\Security\Cryptography\X509Certificates\X509Pal.Windows.PublicKey.cs (2)
353NTSTATUS errorCode = Interop.BCrypt.BCryptGetProperty(cryptHandle, propertyName, null, 0, out numBytesNeeded, 0); 360errorCode = Interop.BCrypt.BCryptGetProperty(cryptHandle, propertyName, pPropertyValue, propertyValue.Length, out numBytesNeeded, 0);