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