From de29ba345c2274b8ae39e07538acf15bc9869c6b Mon Sep 17 00:00:00 2001 From: Jie RONG Date: Tue, 31 Jan 2017 06:36:40 +0800 Subject: [PATCH] Update default-settings.md (#2629) --- .../security/data-protection/configuration/default-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/data-protection/configuration/default-settings.md b/aspnetcore/security/data-protection/configuration/default-settings.md index 142002de85..bc5a7d6869 100644 --- a/aspnetcore/security/data-protection/configuration/default-settings.md +++ b/aspnetcore/security/data-protection/configuration/default-settings.md @@ -35,7 +35,7 @@ The developer is always in full control and can override how and where keys are ## Key Lifetime -Keys by default have a 90-day lifetime. When a key expires, the system will automatically generate a new key and set the new key as the active key. As long as retired keys remain on the system you will still be able to decrypt any data protected with them. See [key lifetime](../implementation/key-management.md#data-protection-implementation-key-management-expiration) for more information. +Keys by default have a 90-day lifetime. When a key expires, the system will automatically generate a new key and set the new key as the active key. As long as retired keys remain on the system you will still be able to decrypt any data protected with them. See [key management](../implementation/key-management.md#data-protection-implementation-key-management-expiration) for more information. ## Default Algorithms