1 instantiation of SafeLocalAllocHandle
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\SafeLocalAllocHandle.cs (1)
16
var h = new
SafeLocalAllocHandle
();
6 references to SafeLocalAllocHandle
System.Security.Cryptography (6)
System\Security\Cryptography\X509Certificates\SafeLocalAllocHandle.cs (3)
12
internal sealed class SafeLocalAllocHandle : SafeCrypt32Handle<
SafeLocalAllocHandle
>
14
public static
SafeLocalAllocHandle
Create(int cb)
16
var
h = new SafeLocalAllocHandle();
System\Security\Cryptography\X509Certificates\WindowsHelpers.cs (3)
26
return
SafeLocalAllocHandle
.InvalidHandle;
50
SafeLocalAllocHandle
safeLocalAllocHandle =
SafeLocalAllocHandle
.Create(allocationSize);