AsymmetricEncryptedSecret Class

Definition

Represent the secrets intended for encryption with asymmetric key pair.

public class AsymmetricEncryptedSecret
type AsymmetricEncryptedSecret = class
Public Class AsymmetricEncryptedSecret
Inheritance
AsymmetricEncryptedSecret

Constructors

AsymmetricEncryptedSecret()

Initializes a new instance of the AsymmetricEncryptedSecret class.

AsymmetricEncryptedSecret(String, EncryptionAlgorithm, String)

Initializes a new instance of the AsymmetricEncryptedSecret class.

Properties

EncryptionAlgorithm

Gets or sets the algorithm used to encrypt "Value". Possible values include: 'None', 'AES256', 'RSAES_PKCS1_v_1_5'

EncryptionCertThumbprint

Gets or sets thumbprint certificate that was used to encrypt "Value". If the value in unencrypted, it will be null.

Value

Gets or sets the value of the secret.

Methods

Validate()

Validate the object.

Applies to