2 references to GetPropertyAsIntPtr
System.Security.Cryptography (2)
System\Security\Cryptography\CngKey.OpenHandle.cs (1)
37
IntPtr rawProviderHandle = keyHandle.
GetPropertyAsIntPtr
(KeyPropertyName.ProviderHandle, CngPropertyOptions.None);
System\Security\Cryptography\CngKey.StandardProperties.cs (1)
275
IntPtr parentWindowHandle = _keyHandle.
GetPropertyAsIntPtr
(KeyPropertyName.ParentWindowHandle, CngPropertyOptions.None);