1 override of IsKeyWrapAlgorithmElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
172internal override bool IsKeyWrapAlgorithmElement(XmlElement element, out string keyWrapAlgorithm)
3 references to IsKeyWrapAlgorithmElement
System.ServiceModel (3)
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (3)
412else if (driver.IsKeyWrapAlgorithmElement(tmpCollection[i], out algorithm)) 439else if (driver.IsKeyWrapAlgorithmElement(child, out algorithm) && (keyWrapAlgorithmElement != null)) 780else if (standardsManager.TrustDriver.IsKeyWrapAlgorithmElement(element, out algorithm))