13 references to SecurityBufferStruct
System.IdentityModel (13)
System\IdentityModel\SspiHelper.cs (1)
134public static readonly int Size = sizeof(SecurityBufferStruct);
System\IdentityModel\SspiSafeHandles.cs (10)
217SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor == null ? 1 : inSecurityBufferDescriptor.Count]; 251SecurityBufferStruct[] outUnmanagedBuffer = new SecurityBufferStruct[1]; 432handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.UnmanagedPointer)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes 497SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor == null ? 1 : inSecurityBufferDescriptor.Count]; 531SecurityBufferStruct[] outUnmanagedBuffer = new SecurityBufferStruct[1]; 700handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.UnmanagedPointer)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes
System\IdentityModel\SspiWrapper.cs (2)
701SecurityBufferStruct[] unmanagedBuffer = new SecurityBufferStruct[input.Length];