Share via


SecretBaseInfo Class

Definition

The secret info Please note SecretBaseInfo 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 KeyVaultSecretReferenceSecretInfo, KeyVaultSecretUriSecretInfo and RawValueSecretInfo.

public abstract class SecretBaseInfo
type SecretBaseInfo = class
Public MustInherit Class SecretBaseInfo
Inheritance
SecretBaseInfo
Derived

Constructors

SecretBaseInfo()

Initializes a new instance of SecretBaseInfo.

Applies to