DpapiXmlDecryptor Class
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.
An IXmlDecryptor that decrypts XML elements that were encrypted with DpapiXmlEncryptor.
public ref class DpapiXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class DpapiXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type DpapiXmlDecryptor = class
interface IXmlDecryptor
Public NotInheritable Class DpapiXmlDecryptor
Implements IXmlDecryptor
- Inheritance
-
DpapiXmlDecryptor
- Implements
Constructors
DpapiXmlDecryptor() |
Creates a new instance of a DpapiXmlDecryptor. |
DpapiXmlDecryptor(IServiceProvider) |
Creates a new instance of a DpapiXmlDecryptor. |
Methods
Decrypt(XElement) |
Decrypts the specified XML element. |