6 writes to UnmanagedPointer
System.IdentityModel (6)
System\IdentityModel\SspiHelper.cs (1)
324
UnmanagedPointer
= null;
System\IdentityModel\SspiSafeHandles.cs (4)
223
inSecurityBufferDescriptor.
UnmanagedPointer
= inUnmanagedBufferPtr;
255
outSecurityBufferDescriptor.
UnmanagedPointer
= outUnmanagedBufferPtr;
503
inSecurityBufferDescriptor.
UnmanagedPointer
= inUnmanagedBufferPtr;
535
outSecurityBufferDescriptor.
UnmanagedPointer
= outUnmanagedBufferPtr;
System\IdentityModel\SspiWrapper.cs (1)
705
sdcInOut.
UnmanagedPointer
= unmanagedBufferPtr;
2 references to UnmanagedPointer
System.IdentityModel (2)
System\IdentityModel\SspiSafeHandles.cs (2)
432
handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.
UnmanagedPointer
)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes
700
handleTemplate.Set(((SecurityBufferStruct*)outputBuffer.
UnmanagedPointer
)->token); //ATTN: on 64 BIT that is still +8 cause of 2* c++ unsigned long == 8 bytes