Compartilhar via


SecretManager Classe

Definição

public class SecretManager : IDisposable, Microsoft.Azure.WebJobs.Script.WebHost.ISecretManager
type SecretManager = class
    interface IDisposable
    interface ISecretManager
Public Class SecretManager
Implements IDisposable, ISecretManager
Herança
SecretManager
Implementações

Construtores

SecretManager()
SecretManager(ISecretsRepository, IKeyValueConverterFactory, TraceWriter, ILoggerFactory, Boolean)
SecretManager(ScriptSettingsManager, ISecretsRepository, TraceWriter, ILoggerFactory, Boolean)

Métodos

AddOrUpdateFunctionSecretAsync(String, String, String, ScriptSecretsType)
DeleteSecretAsync(String, String, ScriptSecretsType)
Dispose()
Dispose(Boolean)
GetFunctionSecretsAsync(String, Boolean)
GetHostSecretsAsync()
PurgeOldSecretsAsync(String, TraceWriter, ILogger)
SetMasterKeyAsync(String)

Aplica-se a