2 writes to _tokenBytes
System.IdentityModel (2)
System\IdentityModel\Tokens\BootstrapContext.cs (2)
77
_tokenBytes
= (byte[])info.GetValue(_tokenKey, typeof(byte[]));
136
_tokenBytes
= token;
3 references to _tokenBytes
System.IdentityModel (3)
System\IdentityModel\Tokens\BootstrapContext.cs (3)
148
if (
_tokenBytes
!= null)
151
info.AddValue(_tokenKey,
_tokenBytes
);
180
get { return
_tokenBytes
; }