3 references to AuthenticationTypeKey
mscorlib (3)
system\security\claims\ClaimsIdentity.cs (3)
991
info.AddValue(
AuthenticationTypeKey
, m_authenticationType);
1316
case
AuthenticationTypeKey
:
1317
m_authenticationType = info.GetString(
AuthenticationTypeKey
);