FunctionSecrets Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class FunctionSecrets : Microsoft.Azure.WebJobs.Script.WebHost.ScriptSecrets
type FunctionSecrets = class
inherit ScriptSecrets
Public Class FunctionSecrets
Inherits ScriptSecrets
- Inheritance
Constructors
FunctionSecrets() | |
FunctionSecrets(IList<Key>) |
Properties
HasStaleKeys | |
Keys | |
SecretsType |
Methods
AddKey(Key, String) | (Inherited from ScriptSecrets) |
GetEnumerator() | |
GetFunctionKey(String, String) | (Inherited from ScriptSecrets) |
GetKeys(String) | |
Refresh(IKeyValueConverterFactory) | |
RemoveKey(Key, String) | (Inherited from ScriptSecrets) |