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