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