4 overrides of ReadClause
System.ServiceModel.Primitives (4)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (3)
285
public override SecurityKeyIdentifierClause
ReadClause
(XmlDictionaryReader reader, byte[] derivationNonce, int derivationLength, string tokenType)
413
public override SecurityKeyIdentifierClause
ReadClause
(XmlDictionaryReader reader, byte[] derivationNonce, int derivationLength, string tokenType)
473
public override SecurityKeyIdentifierClause
ReadClause
(XmlDictionaryReader reader, byte[] derivationNonce, int derivationLength, string tokenType)
System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
137
public override SecurityKeyIdentifierClause
ReadClause
(XmlDictionaryReader reader, byte[] derivationNonce, int derivationLength, string tokenType)
1 reference to ReadClause
System.ServiceModel.Primitives (1)
System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
203
clause = StrEntries[i].
ReadClause
(reader, nonce, length, tokenType);