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