7 references to AllocHGlobal
System.IdentityModel (7)
System\IdentityModel\Selectors\X509CertificateChain.cs (1)
340safeAllocHandle = SafeHGlobalHandle.AllocHGlobal(ptrSize + oidSize);
System\IdentityModel\Selectors\X509CertificateStore.cs (1)
148pvFindPara = SafeHGlobalHandle.AllocHGlobal(CAPI.CRYPTOAPI_BLOB.Size);
System\IdentityModel\Selectors\X509SecurityTokenAuthenticator.cs (3)
145pSourceName = SafeHGlobalHandle.AllocHGlobal(NativeMethods.LsaSourceName.Length + 1); 201pPackageName = SafeHGlobalHandle.AllocHGlobal(NativeMethods.LsaKerberosName.Length + 1); 227pLogonInfo = SafeHGlobalHandle.AllocHGlobal(logonInfoSize);
System\IdentityModel\SspiSafeHandles.cs (2)
1421SafeHGlobalHandle result = AllocHGlobal(bytes.Length); 1430return AllocHGlobal((int)cb);