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