3 references to BootstrapContextKey
mscorlib (3)
system\security\claims\ClaimsIdentity.cs (3)
1027info.AddValue(BootstrapContextKey, Convert.ToBase64String(ms.GetBuffer(), 0, (int)ms.Length)); 1343case BootstrapContextKey: 1344using (MemoryStream ms = new MemoryStream(Convert.FromBase64String(info.GetString(BootstrapContextKey))))