Base:
method
IsEncryptWithElement
System.ServiceModel.Security.TrustDriver.IsEncryptWithElement(System.Xml.XmlElement, out System.String)
3 references to IsEncryptWithElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
487else if (trustFeb2005Driver.IsEncryptWithElement(tmpCollection[i], out algorithmParameter)) 588else if (trust13Driver.IsEncryptWithElement(tmpCollection[i], out algorithmParameter)) 674!trust13Driver.IsEncryptWithElement(innerElement, out dummyStringOutParam) &&