3 types derived from SafeNCryptHandle
System.Security.Cryptography (3)
System\Security\Cryptography\Cng.NotSupported.cs (3)
30public sealed partial class SafeNCryptKeyHandle : SafeNCryptHandle 46public sealed partial class SafeNCryptProviderHandle : SafeNCryptHandle 56public sealed partial class SafeNCryptSecretHandle : SafeNCryptHandle
2 references to SafeNCryptHandle
System.Core (1)
System.Core.cs (1)
6[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptHandle))]
System.Security.Cryptography.Cng (1)
System.Security.Cryptography.Cng.cs (1)
4[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeNCryptHandle))]