Base:
method
IsCanonicalizationAlgorithmElement
System.ServiceModel.Security.TrustDriver.IsCanonicalizationAlgorithmElement(System.Xml.XmlElement, out System.String)
3 references to IsCanonicalizationAlgorithmElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
495else if (trustFeb2005Driver.IsCanonicalizationAlgorithmElement(tmpCollection[i], out algorithmParameter)) 559else if ((canonicalizationElement == null) && trust13Driver.IsCanonicalizationAlgorithmElement(e, out canonicalizationAlgoritm)) 597else if (trust13Driver.IsCanonicalizationAlgorithmElement(tmpCollection[i], out algorithmParameter) && (canonicalizationElement != null))