1 write to base64Buffer
System.IdentityModel (1)
System\IdentityModel\SignatureResourcePool.cs (1)
31
this.
base64Buffer
= new char[BufferSize];
2 references to base64Buffer
System.IdentityModel (2)
System\IdentityModel\SignatureResourcePool.cs (2)
29
if (this.
base64Buffer
== null)
33
return this.
base64Buffer
;