1 write to AllowUntrustedRsaIssuers
System.ServiceModel (1)
System\ServiceModel\Configuration\IssuedTokenServiceElement.cs (1)
196issuedToken.AllowUntrustedRsaIssuers = this.AllowUntrustedRsaIssuers;
2 references to AllowUntrustedRsaIssuers
System.ServiceModel (2)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
173result += String.Format(CultureInfo.InvariantCulture, "AllowUntrustedRsaIssuers: {0}\n", specificBehavior.IssuedTokenAuthentication.AllowUntrustedRsaIssuers);
System\ServiceModel\Security\ServiceCredentialsSecurityTokenManager.cs (1)
269if (parent.IssuedTokenAuthentication.AllowUntrustedRsaIssuers)