XmlKeyManager.IInternalXmlKeyManager.CreateNewKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- keyId
- Guid
- creationDate
- DateTimeOffset
- activationDate
- DateTimeOffset
- expirationDate
- DateTimeOffset
Returns
Implements
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey(System.Guid,System.DateTimeOffset,System.DateTimeOffset,System.DateTimeOffset)