Base:
method
IsSignWithElement
System.ServiceModel.Security.TrustDriver.IsSignWithElement(System.Xml.XmlElement, out System.String)
3 references to IsSignWithElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
483if (trustFeb2005Driver.IsSignWithElement(tmpCollection[i], out algorithmParameter)) 584if (trust13Driver.IsSignWithElement(tmpCollection[i], out algorithmParameter)) 673!trust13Driver.IsSignWithElement(innerElement, out dummyStringOutParam) &&