2 writes to issuedTokensEnabled
System.ServiceModel (2)
System\ServiceModel\Transactions\WsatConfiguration.cs (2)
381this.issuedTokensEnabled = protocol.IssuedTokensEnabled; 396this.issuedTokensEnabled = false;
1 reference to issuedTokensEnabled
System.ServiceModel (1)
System\ServiceModel\Transactions\WsatConfiguration.cs (1)
123get { return this.issuedTokensEnabled; }