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