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