ILogOnService.CleanupExpiredTokens Method |
Clean up the expired password reset and logon tokens. The tokens which have a "valid until" date
earlier than expiryDate will be removed.
Namespace:
Dundas.BI.AccountServices
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntaxvoid CleanupExpiredTokens(
DateTime expiryDate
)
Sub CleanupExpiredTokens (
expiryDate As DateTime
)
void CleanupExpiredTokens(
DateTime expiryDate
)
abstract CleanupExpiredTokens :
expiryDate : DateTime -> unit
Parameters
- expiryDate
- Type: System.DateTime
The expiry date for clean up.
Exceptions
See Also