5 references to AuthenticationType
System.ServiceModel (5)
System\ServiceModel\Security\SctClaimSerializer.cs (5)
444writer.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, authenticationType); 454writer.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, wsid.AuthenticationType); 463writer.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, genericIdentity.AuthenticationType); 504string authenticationType = reader.GetAttribute(dictionary.AuthenticationType, dictionary.EmptyString); 512string authenticationType = reader.GetAttribute(dictionary.AuthenticationType, dictionary.EmptyString);