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


AsymmetricEncryptedSecret Class

Definition

Represent the secrets intended for encryption with asymmetric key pair.

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

Constructors

AsymmetricEncryptedSecret(String, DataBoxEdgeEncryptionAlgorithm)

Initializes a new instance of AsymmetricEncryptedSecret.

Properties

EncryptionAlgorithm

The algorithm used to encrypt "Value".

EncryptionCertThumbprint

Thumbprint certificate used to encrypt "Value". If the value is unencrypted, it will be null.

Value

The value of the secret.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AsymmetricEncryptedSecret>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AsymmetricEncryptedSecret>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AsymmetricEncryptedSecret>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AsymmetricEncryptedSecret>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AsymmetricEncryptedSecret>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to