次の方法で共有


EncryptionSettings Class

Definition

The configuration settings of the secrets references of encryption key and signing key for ContainerApp Service Authentication/Authorization.

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

Constructors

EncryptionSettings()

Initializes a new instance of EncryptionSettings.

Properties

ContainerAppAuthEncryptionSecretName

The secret name which is referenced for EncryptionKey.

ContainerAppAuthSigningSecretName

The secret name which is referenced for SigningKey.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EncryptionSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EncryptionSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EncryptionSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to