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