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