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