Base:
method
IsEncryptionAlgorithmElement
System.ServiceModel.Security.TrustDriver.IsEncryptionAlgorithmElement(System.Xml.XmlElement, out System.String)
3 references to IsEncryptionAlgorithmElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
491else if (trustFeb2005Driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithmParameter)) 554if ((encryptionElement == null) && trust13Driver.IsEncryptionAlgorithmElement(e, out encryptionAlgorithm)) 592else if (trust13Driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithmParameter) && (encryptionElement != null))