Base:
property
AuthenticationType
System.Security.Claims.ClaimsIdentity.AuthenticationType
2 references to AuthenticationType
System.ServiceModel (2)
System\ServiceModel\Security\SctClaimSerializer.cs (2)
462if (!String.IsNullOrEmpty(genericIdentity.AuthenticationType)) 463writer.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, genericIdentity.AuthenticationType);