Compartir a través de


SecretManager Clase

Definición

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

Constructores

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)

Se aplica a