Base:
method
IsKeyWrapAlgorithmElement
System.ServiceModel.Security.TrustDriver.IsKeyWrapAlgorithmElement(System.Xml.XmlElement, out System.String)
2 references to IsKeyWrapAlgorithmElement
System.ServiceModel (2)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (2)
602else if (trust13Driver.IsKeyWrapAlgorithmElement(tmpCollection[i], out algorithmParameter) && (keyWrapAlgorithmElement == null)) 675!trust13Driver.IsKeyWrapAlgorithmElement(innerElement, out dummyStringOutParam));