AzKeyStore(String, String, Boolean, IStorage) Constructor
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 AzKeyStore (string directory, string fileName, bool enableContextAutoSaving = true, Microsoft.Azure.Commands.ResourceManager.Common.IStorage storage = default);
new Microsoft.Azure.Commands.ResourceManager.Common.AzKeyStore : string * string * bool * Microsoft.Azure.Commands.ResourceManager.Common.IStorage -> Microsoft.Azure.Commands.ResourceManager.Common.AzKeyStore
Public Sub New (directory As String, fileName As String, Optional enableContextAutoSaving As Boolean = true, Optional storage As IStorage = Nothing)
Parameters
- directory
- String
- fileName
- String
- enableContextAutoSaving
- Boolean
- storage
- IStorage