XmlKeyManager.IInternalXmlKeyManager.CreateNewKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- keyId
- Guid
- creationDate
- DateTimeOffset
- activationDate
- DateTimeOffset
- expirationDate
- DateTimeOffset
返回
实现
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.CreateNewKey(System.Guid,System.DateTimeOffset,System.DateTimeOffset,System.DateTimeOffset)