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