DataProtectionBuilderExtensions.SetDefaultKeyLifetime Metoda

Definice

Nastaví výchozí životnost klíčů vytvořených systémem ochrany dat.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ SetDefaultKeyLifetime(Microsoft::AspNetCore::DataProtection::IDataProtectionBuilder ^ builder, TimeSpan lifetime);
public static Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder SetDefaultKeyLifetime (this Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder builder, TimeSpan lifetime);
static member SetDefaultKeyLifetime : Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder * TimeSpan -> Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder
<Extension()>
Public Function SetDefaultKeyLifetime (builder As IDataProtectionBuilder, lifetime As TimeSpan) As IDataProtectionBuilder

Parametry

lifetime
TimeSpan

Doba života (doba před vypršením platnosti) nově vytvořených klíčů. Další informace a poznámky k používání najdete v tématu NewKeyLifetime .

Návraty

Odkaz na po IDataProtectionBuilder dokončení této operace.

Platí pro