1 write to tokenSize
System.ServiceModel (1)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
67
this.
tokenSize
= SspiWrapper.GetVerifyPackageInfo(package).MaxToken;
1 reference to tokenSize
System.ServiceModel (1)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
401
SecurityBuffer outSecurityBuffer = new SecurityBuffer(this.
tokenSize
, BufferType.Token);