10 references to BufferType
System.IdentityModel (10)
System\IdentityModel\SspiHelper.cs (6)
131public BufferType type; 338public BufferType type; 343public SecurityBuffer(byte[] data, int offset, int size, BufferType tokentype) 351public SecurityBuffer(byte[] data, BufferType tokentype) 358public SecurityBuffer(int size, BufferType tokentype) 368this.type = BufferType.ChannelBindings;
System\IdentityModel\SspiWrapper.cs (1)
745else if (isGssBlob && !encrypt && iBuffer.type == BufferType.Data)
System\IdentityModel\Tokens\KerberosReceiverSecurityToken.cs (2)
203SecurityBuffer outSecurityBuffer = new SecurityBuffer(0, BufferType.Token); 206list.Add(new SecurityBuffer(rawRequest, BufferType.Token));
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
165SecurityBuffer outSecurityBuffer = new SecurityBuffer(0, BufferType.Token);