Aracılığıyla paylaş


DataProtectionBuilderExtensions.SetDefaultKeyLifetime Yöntem

Tanım

Veri koruma sistemi tarafından oluşturulan anahtarların varsayılan kullanım ömrünü ayarlar.

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

Parametreler

lifetime
TimeSpan

Yeni oluşturulan anahtarlar için yaşam süresi (süre dolmadan önceki süre). Daha fazla bilgi ve kullanım notları için bkz NewKeyLifetime .

Döndürülenler

Bu işlem tamamlandıktan sonra öğesine IDataProtectionBuilder başvuru.

Şunlara uygulanır