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