7 writes to type
System.IdentityModel (7)
System\IdentityModel\SspiHelper.cs (4)
347
this.
type
= tokentype;
354
this.
type
= tokentype;
361
this.
type
= tokentype;
368
this.
type
= BufferType.ChannelBindings;
System\IdentityModel\SspiSafeHandles.cs (2)
296
outSecBuffer.
type
= outUnmanagedBuffer[0].type;
570
outSecBuffer.
type
= outUnmanagedBuffer[0].type;
System\IdentityModel\SspiWrapper.cs (1)
739
iBuffer.
type
= unmanagedBuffer[i].type;
6 references to type
System.IdentityModel (6)
System\IdentityModel\SspiSafeHandles.cs (4)
233
inUnmanagedBuffer[index].type = securityBuffer.
type
;
257
outUnmanagedBuffer[0].type = outSecBuffer.
type
;
513
inUnmanagedBuffer[index].type = securityBuffer.
type
;
538
outUnmanagedBuffer[0].type = outSecBuffer.
type
;
System\IdentityModel\SspiWrapper.cs (2)
713
unmanagedBuffer[i].type = iBuffer.
type
;
745
else if (isGssBlob && !encrypt && iBuffer.
type
== BufferType.Data)