SecretManager Class

Definition

public class SecretManager : IDisposable, Microsoft.Azure.WebJobs.Script.WebHost.ISecretManager
type SecretManager = class
    interface IDisposable
    interface ISecretManager
Public Class SecretManager
Implements IDisposable, ISecretManager
Inheritance
SecretManager
Implements

Constructors

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

Methods

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

Applies to