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