Class AzureKeyVaultOptions
Namespace: Lacuna.Pki.AzureConnector
Assembly: Lacuna.Pki.AzureConnector.dll
Syntax
public class AzureKeyVaultOptions : object
Properties
AppId
Declaration
public string AppId { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
AppSecret
Declaration
public string AppSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Disabled
Declaration
public bool Disabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
| Type | Description |
|---|---|
| String |