Show / Hide Table of Contents

Class SecretBase

The base definition of a secret type. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

Inheritance
System.Object
SecretBase
AzureKeyVaultSecretReference
SecureString
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Analytics.Synapse.Artifacts.dll
Syntax
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SecretBase/SecretBaseConverter))]
public class SecretBase

Constructors

SecretBase()

Initializes a new instance of SecretBase.

Declaration
public SecretBase ();
Back to top Azure SDK for .NET