Megosztás a következőn keresztül:


SynapseSecretBase Class

Definition

The base definition of a secret type. Please note SynapseSecretBase 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 SynapseSecureString.

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

Constructors

SynapseSecretBase()

Initializes a new instance of SynapseSecretBase.

Applies to