Поделиться через


StorageEncryptedAssetDecryptionInfo Class

Definition

Data needed to decrypt asset files encrypted with legacy storage encryption.

public class StorageEncryptedAssetDecryptionInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Media.Models.StorageEncryptedAssetDecryptionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Media.Models.StorageEncryptedAssetDecryptionInfo>
public class StorageEncryptedAssetDecryptionInfo
type StorageEncryptedAssetDecryptionInfo = class
    interface IJsonModel<StorageEncryptedAssetDecryptionInfo>
    interface IPersistableModel<StorageEncryptedAssetDecryptionInfo>
type StorageEncryptedAssetDecryptionInfo = class
Public Class StorageEncryptedAssetDecryptionInfo
Implements IJsonModel(Of StorageEncryptedAssetDecryptionInfo), IPersistableModel(Of StorageEncryptedAssetDecryptionInfo)
Public Class StorageEncryptedAssetDecryptionInfo
Inheritance
StorageEncryptedAssetDecryptionInfo
Implements

Properties

AssetFileEncryptionMetadata

Asset File encryption metadata.

Key

The Asset File storage encryption key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<StorageEncryptedAssetDecryptionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StorageEncryptedAssetDecryptionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StorageEncryptedAssetDecryptionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StorageEncryptedAssetDecryptionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StorageEncryptedAssetDecryptionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to