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