18 references to SecurityBufferStruct
System (18)
net\System\Net\_SafeNetHandles.cs (14)
1509SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor==null ? 1: inSecurityBufferDescriptor.Count]; 1548SecurityBufferStruct[] outUnmanagedBuffer = new SecurityBufferStruct[1]; 1745handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.UnmanagedPointer)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes 1834SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor==null ? 1:inSecurityBufferDescriptor.Count]; 1872SecurityBufferStruct[] outUnmanagedBuffer = new SecurityBufferStruct[1]; 2058handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.UnmanagedPointer)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes 2099SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor.Count]; 2210SecurityBufferStruct[] inUnmanagedBuffer = new SecurityBufferStruct[inSecurityBufferDescriptor.Count];
net\System\Net\_SSPIWrapper.cs (3)
382SecurityBufferStruct[] unmanagedBuffer = new SecurityBufferStruct[input.Length]; 384fixed (SecurityBufferStruct* unmanagedBufferPtr = unmanagedBuffer)
net\System\Net\Internal.cs (1)
1452public static readonly int Size = sizeof(SecurityBufferStruct);