summaryrefslogtreecommitdiffstats
path: root/projecttemplates/RelyingPartyLogic/Model.cs
diff options
context:
space:
mode:
Diffstat (limited to 'projecttemplates/RelyingPartyLogic/Model.cs')
-rw-r--r--projecttemplates/RelyingPartyLogic/Model.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/projecttemplates/RelyingPartyLogic/Model.cs b/projecttemplates/RelyingPartyLogic/Model.cs
index ca87c90..77d1b83 100644
--- a/projecttemplates/RelyingPartyLogic/Model.cs
+++ b/projecttemplates/RelyingPartyLogic/Model.cs
@@ -27,8 +27,8 @@ namespace RelyingPartyLogic {
/// Clears the expired associations.
/// </summary>
/// <param name="transaction">The transaction to use, if any.</param>
- internal void ClearExpiredAssociations(EntityTransaction transaction) {
- this.ExecuteCommand(transaction, "DatabaseEntities.ClearExpiredAssociations");
+ internal void ClearExpiredCryptoKeys(EntityTransaction transaction) {
+ this.ExecuteCommand(transaction, "DatabaseEntities.ClearExpiredCryptoKeys");
}
}
}