4 references to AllocateMemory
System.IdentityModel (4)
System\IdentityModel\SspiSafeHandles.cs (2)
197
bool isSspiAllocated = (inFlags & SspiContextFlags.
AllocateMemory
) != 0 ? true : false;
478
bool isSspiAllocated = (inFlags & SspiContextFlags.
AllocateMemory
) != 0 ? true : false;
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (1)
180
SspiContextFlags fContextReq = SspiContextFlags.
AllocateMemory
| SspiContextFlags.Confidentiality
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
147
SspiContextFlags fContextReq = SspiContextFlags.
AllocateMemory