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