4 writes to otherDictionary
System.ServiceModel (4)
System\ServiceModel\Security\WSTrust.cs (4)
71
this.
otherDictionary
= null;
75
this.
otherDictionary
= XD.TrustFeb2005Dictionary;
80
this.
otherDictionary
= DXD.TrustDec2005Dictionary;
85
this.
otherDictionary
= this.parent.SerializerDictionary;
5 references to otherDictionary
System.ServiceModel (5)
System\ServiceModel\Security\WSTrust.cs (5)
84
if (this.
otherDictionary
== null)
103
return element.LocalName == LocalName.Value && (element.NamespaceURI == NamespaceUri.Value || element.NamespaceURI == this.
otherDictionary
.Namespace.Value) && valueTypeUri == this.ValueTypeUri;
108
return (reader.IsStartElement(this.LocalName, this.NamespaceUri) || reader.IsStartElement(this.LocalName, this.
otherDictionary
.Namespace)) &&
138
if (secretType == parent.SerializerDictionary.NonceBinarySecret.Value || secretType ==
otherDictionary
.NonceBinarySecret.Value)
142
else if (secretType != parent.SerializerDictionary.SymmetricKeyBinarySecret.Value && secretType !=
otherDictionary
.SymmetricKeyBinarySecret.Value)