Microsoft.AspNetCore.DataProtection.KeyManagement Namespace¶
-
namespace
Microsoft.AspNetCore.DataProtection.KeyManagement¶ Interfaces
- interface
IKey - The basic interface for representing an authenticated encryption key.
- interface
IKeyEscrowSink - The basic interface for implementing a key escrow sink.
- interface
IKeyManager - The basic interface for performing key management operations.
Classes
- class
KeyManagementOptions - Options that control how an
Microsoft.AspNetCore.DataProtection.KeyManagement.IKeyManagershould behave. - class
XmlKeyManager - A key manager backed by an
Microsoft.AspNetCore.DataProtection.Repositories.IXmlRepository.
- interface