1 override of CreateEncryptWithElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrust.cs (1)
1448public override XmlElement CreateEncryptWithElement(string encryptionAlgorithm)
3 references to CreateEncryptWithElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
489tmpCollection[i] = driver.CreateEncryptWithElement(algorithmParameter); 590tmpCollection[i] = driver.CreateEncryptWithElement(algorithmParameter); 701this.additionalRequestParameters.Insert(0, standardsManager.TrustDriver.CreateEncryptWithElement(encryptWithAlgorithm));