4 overrides of CanReadClause
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
268public override bool CanReadClause(XmlDictionaryReader reader, string tokenType) 400public override bool CanReadClause(XmlDictionaryReader reader, string tokenType) 464public override bool CanReadClause(XmlDictionaryReader reader, string tokenType)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
107public override bool CanReadClause(XmlDictionaryReader reader, string tokenType)
1 reference to CanReadClause
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
201if (StrEntries[i].CanReadClause(reader, tokenType))