1 write to AllowUntrustedRsaIssuers
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
141this.AllowUntrustedRsaIssuers = from.AllowUntrustedRsaIssuers;
2 references to AllowUntrustedRsaIssuers
System.ServiceModel (2)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (2)
141this.AllowUntrustedRsaIssuers = from.AllowUntrustedRsaIssuers; 196issuedToken.AllowUntrustedRsaIssuers = this.AllowUntrustedRsaIssuers;