9 references to NCryptGetProperty
System.Security.Cryptography (9)
src\runtime\src\libraries\Common\src\Interop\Windows\NCrypt\Interop.Properties.cs (2)
37ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty( 60ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty(
src\runtime\src\libraries\Common\src\System\Security\Cryptography\CngHelpers.cs (2)
66ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty( 88errorCode = Interop.NCrypt.NCryptGetProperty(
System\Security\Cryptography\CngHelpers.cs (1)
41ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty(
System\Security\Cryptography\CngKey.Properties.cs (1)
41ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty(_keyHandle, name, null, 0, out _, options);
System\Security\Cryptography\CngKey.StandardProperties.cs (3)
121ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty(_keyHandle, KeyPropertyName.ClrIsEphemeral, &propertyValue, sizeof(byte), out cbResult, CngPropertyOptions.CustomProperty); 337ErrorCode errorCode = Interop.NCrypt.NCryptGetProperty(_keyHandle, KeyPropertyName.UIPolicy, null, 0, out numBytesNeeded, CngPropertyOptions.None); 362errorCode = Interop.NCrypt.NCryptGetProperty(_keyHandle, KeyPropertyName.UIPolicy, pNcryptUiPolicyAndStrings, ncryptUiPolicyAndStrings.Length, out numBytesNeeded, CngPropertyOptions.None);