CngCbcAuthenticatedEncryptorDescriptorDeserializer Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Třída, která může deserializovat XElement , která představuje serializovanou verzi CngCbcAuthenticatedEncryptorDescriptor.
public ref class CngCbcAuthenticatedEncryptorDescriptorDeserializer sealed : Microsoft::AspNetCore::DataProtection::AuthenticatedEncryption::ConfigurationModel::IAuthenticatedEncryptorDescriptorDeserializer
public sealed class CngCbcAuthenticatedEncryptorDescriptorDeserializer : Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.IAuthenticatedEncryptorDescriptorDeserializer
type CngCbcAuthenticatedEncryptorDescriptorDeserializer = class
interface IAuthenticatedEncryptorDescriptorDeserializer
Public NotInheritable Class CngCbcAuthenticatedEncryptorDescriptorDeserializer
Implements IAuthenticatedEncryptorDescriptorDeserializer
- Dědičnost
-
CngCbcAuthenticatedEncryptorDescriptorDeserializer
- Implementuje
Konstruktory
| CngCbcAuthenticatedEncryptorDescriptorDeserializer() | |
| CngCbcAuthenticatedEncryptorDescriptorDeserializer(IServiceProvider) |
Metody
| ImportFromXml(XElement) |
Importuje z serializovaného CngCbcAuthenticatedEncryptorDescriptor XML. |