XmlKeyManager.IInternalXmlKeyManager.CreateNewKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
virtual Microsoft::AspNetCore::DataProtection::KeyManagement::IKey ^ Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey(Guid keyId, DateTimeOffset creationDate, DateTimeOffset activationDate, DateTimeOffset expirationDate) = Microsoft::AspNetCore::DataProtection::KeyManagement::Internal::IInternalXmlKeyManager::CreateNewKey;
Microsoft.AspNetCore.DataProtection.KeyManagement.IKey IInternalXmlKeyManager.CreateNewKey (Guid keyId, DateTimeOffset creationDate, DateTimeOffset activationDate, DateTimeOffset expirationDate);
abstract member Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey : Guid * DateTimeOffset * DateTimeOffset * DateTimeOffset -> Microsoft.AspNetCore.DataProtection.KeyManagement.IKey
override this.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey : Guid * DateTimeOffset * DateTimeOffset * DateTimeOffset -> Microsoft.AspNetCore.DataProtection.KeyManagement.IKey
Function CreateNewKey (keyId As Guid, creationDate As DateTimeOffset, activationDate As DateTimeOffset, expirationDate As DateTimeOffset) As IKey Implements IInternalXmlKeyManager.CreateNewKey
Paramètres
- keyId
- Guid
- creationDate
- DateTimeOffset
- activationDate
- DateTimeOffset
- expirationDate
- DateTimeOffset
Retours
Implémente
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey(System.Guid,System.DateTimeOffset,System.DateTimeOffset,System.DateTimeOffset)