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