2 writes to allowUntrustedRsaIssuers
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
48
this.
allowUntrustedRsaIssuers
= other.allowUntrustedRsaIssuers;
164
this.
allowUntrustedRsaIssuers
= value;
2 references to allowUntrustedRsaIssuers
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenServiceCredential.cs (2)
48
this.allowUntrustedRsaIssuers = other.
allowUntrustedRsaIssuers
;
159
return this.
allowUntrustedRsaIssuers
;