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