1 write to parent
System.IdentityModel (1)
System\IdentityModel\Tokens\WSTrust.cs (1)
71this.parent = parent;
6 references to parent
System.IdentityModel (6)
System\IdentityModel\Tokens\WSTrust.cs (6)
87this.otherDictionary = this.parent.SerializerDictionary; 92get { return this.parent.SerializerDictionary.BinarySecret; } 97get { return this.parent.SerializerDictionary.Namespace; } 120writer.WriteStartElement(this.parent.SerializerDictionary.Prefix.Value, this.parent.SerializerDictionary.BinarySecret, this.parent.SerializerDictionary.Namespace);