1 override of CreateEncryptionAlgorithmElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrust.cs (1)
1461public override XmlElement CreateEncryptionAlgorithmElement(string encryptionAlgorithm)
3 references to CreateEncryptionAlgorithmElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
493tmpCollection[i] = driver.CreateEncryptionAlgorithmElement(algorithmParameter); 556encryptionElement = driver.CreateEncryptionAlgorithmElement(encryptionAlgorithm); 680this.additionalRequestParameters.Insert(0, standardsManager.TrustDriver.CreateEncryptionAlgorithmElement(algorithmSuite.DefaultEncryptionAlgorithm));