2 writes to allowSerializedSigningTokenOnReply
System.ServiceModel (2)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (2)
34this.allowSerializedSigningTokenOnReply = factory.allowSerializedSigningTokenOnReply; 46this.allowSerializedSigningTokenOnReply = value;
2 references to allowSerializedSigningTokenOnReply
System.ServiceModel (2)
System\ServiceModel\Security\AsymmetricSecurityProtocolFactory.cs (2)
34this.allowSerializedSigningTokenOnReply = factory.allowSerializedSigningTokenOnReply; 41return this.allowSerializedSigningTokenOnReply;