Udostępnij za pośrednictwem


XmlKeyManager.CreateNewKey(DateTimeOffset, DateTimeOffset) Metoda

Definicja

Tworzy nowy klucz z określonymi datami aktywacji i wygaśnięcia oraz utrwala nowy klucz w bazowym repozytorium.

public:
 virtual Microsoft::AspNetCore::DataProtection::KeyManagement::IKey ^ CreateNewKey(DateTimeOffset activationDate, DateTimeOffset expirationDate);
public Microsoft.AspNetCore.DataProtection.KeyManagement.IKey CreateNewKey (DateTimeOffset activationDate, DateTimeOffset expirationDate);
abstract member CreateNewKey : DateTimeOffset * DateTimeOffset -> Microsoft.AspNetCore.DataProtection.KeyManagement.IKey
override this.CreateNewKey : DateTimeOffset * DateTimeOffset -> Microsoft.AspNetCore.DataProtection.KeyManagement.IKey
Public Function CreateNewKey (activationDate As DateTimeOffset, expirationDate As DateTimeOffset) As IKey

Parametry

activationDate
DateTimeOffset

Data rozpoczęcia szyfrowania tego klucza.

expirationDate
DateTimeOffset

Data, po której szyfrowanie tego klucza może już nie mieć miejsca.

Zwraca

Nowo utworzone wystąpienie IKey.

Implementuje

Dotyczy