3 writes to allowSerializedSigningTokenOnReply
System.ServiceModel (3)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (3)
39this.allowSerializedSigningTokenOnReply = elementToBeCloned.allowSerializedSigningTokenOnReply; 71this.allowSerializedSigningTokenOnReply = allowSerializedSigningTokenOnReply; 83this.allowSerializedSigningTokenOnReply = value;
2 references to allowSerializedSigningTokenOnReply
System.ServiceModel (2)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (2)
39this.allowSerializedSigningTokenOnReply = elementToBeCloned.allowSerializedSigningTokenOnReply; 79return this.allowSerializedSigningTokenOnReply;