1 override of IsEncryptionAlgorithmElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrust.cs (1)
1479internal override bool IsEncryptionAlgorithmElement(XmlElement element, out string encryptionAlgorithm)
3 references to IsEncryptionAlgorithmElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
404if (driver.IsEncryptionAlgorithmElement(tmpCollection[i], out algorithm)) 431if (driver.IsEncryptionAlgorithmElement(child, out algorithm) && (encryptionAlgorithmElement != null)) 772else if (standardsManager.TrustDriver.IsEncryptionAlgorithmElement(element, out algorithm))