2 writes to serviceTokenValidityThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
53
this.
serviceTokenValidityThresholdPercentage
= defaultServiceTokenValidityThresholdPercentage;
120
this.
serviceTokenValidityThresholdPercentage
= value;
1 reference to serviceTokenValidityThresholdPercentage
System.ServiceModel (1)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (1)
111
return this.
serviceTokenValidityThresholdPercentage
;