2 references to tokenKey
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
339
byte[] cookie = (byte[])info.GetValue(
tokenKey
, typeof(byte[]));
778
info.AddValue(
tokenKey
, stream.ToArray());