NullXmlDecryptor 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 with a null decryptor.
public ref class NullXmlDecryptor sealed : Microsoft::AspNetCore::DataProtection::XmlEncryption::IXmlDecryptor
public sealed class NullXmlDecryptor : Microsoft.AspNetCore.DataProtection.XmlEncryption.IXmlDecryptor
type NullXmlDecryptor = class
interface IXmlDecryptor
Public NotInheritable Class NullXmlDecryptor
Implements IXmlDecryptor
- Inheritance
-
NullXmlDecryptor
- Implements
Constructors
NullXmlDecryptor() |
Methods
Decrypt(XElement) |
Decrypts the specified XML element. |