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