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)
84
public override bool
TryParseKeyTypeElement
(XmlElement element, out SecurityKeyType keyType)
1 reference to TryParseKeyTypeElement
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustDec2005.cs (1)
97
return base.
TryParseKeyTypeElement
(element, out keyType);