2 references to AuthenticationType
System.IdentityModel (2)
System\IdentityModel\Tokens\SessionSecurityToken.cs (2)
928
string authenticationType = dictionaryReader.GetAttribute(dictionary.
AuthenticationType
, dictionary.EmptyString);
1298
dictionaryWriter.WriteAttributeString(dictionary.
AuthenticationType
, dictionary.EmptyString, identity.AuthenticationType);