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