2 writes to issuedTokenRenewalThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
33
this.
issuedTokenRenewalThresholdPercentage
= other.issuedTokenRenewalThresholdPercentage;
112
this.
issuedTokenRenewalThresholdPercentage
= value;
2 references to issuedTokenRenewalThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Security\IssuedTokenClientCredential.cs (2)
33
this.issuedTokenRenewalThresholdPercentage = other.
issuedTokenRenewalThresholdPercentage
;
107
return this.
issuedTokenRenewalThresholdPercentage
;