Implemented interface member:
property
AuthenticationType
System.Security.Principal.IIdentity.AuthenticationType
2 references to AuthenticationType
System.ServiceModel (2)
System\ServiceModel\Security\SctClaimSerializer.cs (2)
453
if (!String.IsNullOrEmpty(wsid.
AuthenticationType
))
454
writer.WriteAttributeString(dictionary.AuthenticationType, dictionary.EmptyString, wsid.
AuthenticationType
);