3 types derived from BCryptHandle
Microsoft.AspNetCore.Cryptography.Internal (3)
SafeHandles\BCryptAlgorithmHandle.cs (1)
16internal sealed unsafe class BCryptAlgorithmHandle : BCryptHandle
SafeHandles\BCryptHashHandle.cs (1)
8internal sealed unsafe class BCryptHashHandle : BCryptHandle
SafeHandles\BCryptKeyHandle.cs (1)
6internal sealed class BCryptKeyHandle : BCryptHandle
6 references to BCryptHandle
Microsoft.AspNetCore.Cryptography.Internal (6)
LibraryImports.g.cs (4)
569internal static partial int BCryptGetProperty(global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle hObject, string pszProperty, void* pbOutput, uint cbOutput, out uint pcbResult, uint dwFlags) 575global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle>.ManagedToUnmanagedIn __hObject_native__marshaller = new(); 726internal static partial int BCryptSetProperty(global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle hObject, string pszProperty, void* pbInput, uint cbInput, uint dwFlags) 731global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle>.ManagedToUnmanagedIn __hObject_native__marshaller = new();
UnsafeNativeMethods.cs (2)
205BCryptHandle hObject, 261BCryptHandle hObject,