4 references to SafeNCryptKeyHandle
System.Core (1)
System.Core.cs (1)
7
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.
SafeNCryptKeyHandle
))]
System.Security.Cryptography (2)
System\Security\Cryptography\Cng.NotSupported.cs (2)
107
public
SafeNCryptKeyHandle
Handle => null!;
174
public static CngKey Open(
SafeNCryptKeyHandle
keyHandle, CngKeyHandleOpenOptions keyHandleOpenOptions)
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
5
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.
SafeNCryptKeyHandle
))]