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)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\LibraryImports.g.cs (4)
583internal static partial int BCryptGetProperty(global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle hObject, string pszProperty, void* pbOutput, uint cbOutput, out uint pcbResult, uint dwFlags) 591global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle>.ManagedToUnmanagedIn __hObject_native__marshaller = new(); 747internal static partial int BCryptSetProperty(global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle hObject, string pszProperty, void* pbInput, uint cbInput, uint dwFlags) 754global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Cryptography.SafeHandles.BCryptHandle>.ManagedToUnmanagedIn __hObject_native__marshaller = new();
UnsafeNativeMethods.cs (2)
205BCryptHandle hObject, 261BCryptHandle hObject,