Base:
method
TryParseKeyTypeElement
System.ServiceModel.Security.TrustDriver.TryParseKeyTypeElement(System.Xml.XmlElement, out System.IdentityModel.Tokens.SecurityKeyType)
1 override of TryParseKeyTypeElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
84public override bool TryParseKeyTypeElement(XmlElement element, out SecurityKeyType keyType)
1 reference to TryParseKeyTypeElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
97return base.TryParseKeyTypeElement(element, out keyType);