Microsoft.AspNetCore.DataProtection.KeyManagement Namespace
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.
Provides types that manage keys used in data protection.
Classes
KeyManagementOptions |
Options that control how an IKeyManager should behave. |
XmlKeyManager |
A key manager backed by an IXmlRepository. |
Interfaces
IDeletableKeyManager |
An extension of IKeyManager that supports key deletion. |
IKey |
The basic interface for representing an authenticated encryption key. |
IKeyEscrowSink |
The basic interface for implementing a key escrow sink. |
IKeyManager |
The basic interface for performing key management operations. |
Remarks
For more information about managing data protection keys, see Key management.