1 instantiation of SafeLocalAllocHandle
System.Core (1)
System\Security\Cryptography\CapiNative.cs (1)
1014
get { return new
SafeLocalAllocHandle
(IntPtr.Zero); }
20 references to SafeLocalAllocHandle
System.Core (20)
System\Security\Cryptography\CapiNative.cs (18)
453
[In]
SafeLocalAllocHandle
pvKey,
469
[In, Out]
SafeLocalAllocHandle
pvStructInfo,
484
[In, Out]
SafeLocalAllocHandle
pvStructInfo,
492
SafeLocalAllocHandle
LocalAlloc(
806
internal static
SafeLocalAllocHandle
LocalAlloc(uint uFlags, IntPtr sizetdwBytes) {
807
SafeLocalAllocHandle
safeLocalAllocHandle = UnsafeNativeMethods.LocalAlloc(uFlags, sizetdwBytes);
827
out
SafeLocalAllocHandle
decodedValue,
831
decodedValue =
SafeLocalAllocHandle
.InvalidHandle;
836
SafeLocalAllocHandle
ptr =
SafeLocalAllocHandle
.InvalidHandle;
875
out
SafeLocalAllocHandle
decodedValue,
879
decodedValue =
SafeLocalAllocHandle
.InvalidHandle;
884
SafeLocalAllocHandle
pbDecoded =
SafeLocalAllocHandle
.InvalidHandle;
949
[In]
SafeLocalAllocHandle
pvKey,
1012
internal static
SafeLocalAllocHandle
InvalidHandle {
1024
internal static
SafeLocalAllocHandle
StringToAnsiPtr(string s) {
1027
SafeLocalAllocHandle
pb = CapiNative.LocalAlloc(CapiNative.LMEM_FIXED, new IntPtr(arr.Length));
System\Security\Cryptography\X509Certificates\RSACertificateExtensions.cs (2)
36
SafeLocalAllocHandle
cngBlobHandle;
178
using (
SafeLocalAllocHandle
oidHandle = X509Utils.StringToAnsiPtr(oid.Value))