3 references to IssuedTokenRenewalThresholdPercentage
System.ServiceModel.Federation (3)
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
369
long effectiveInterval = (long)((WSTrustTokenParameters.
IssuedTokenRenewalThresholdPercentage
/ (double)100) * interval);
System\ServiceModel\Federation\WsTrustTokenParameters.cs (2)
30
/// Default value used for <see cref="
IssuedTokenRenewalThresholdPercentage
"/>.
90
_issuedTokenRenewalThresholdPercentage = other.
IssuedTokenRenewalThresholdPercentage
;