Method | Description | |
---|---|---|
GetAccessToken ( string authority, string resource, string scope ) : Task |
Uses the ClientId and Screet to get an AD tokenok
|
|
GetCert ( IConfiguration configurtaion ) : void |
|
|
GetKeyVaultSecretsCerticate ( ) : void |
|
|
GetKeyVaultSecretsSecret ( ) : void |
|
|
GetToken ( string authority, string resource, string scope ) : Task |
|
|
KeyVaultHelper ( IConfigurationRoot configuration ) : System |
|
Method | Description | |
---|---|---|
retrieveSecrets ( bool cert ) : String>.Dictionary |
|
public static GetAccessToken ( string authority, string resource, string scope ) : Task |
||
authority | string | |
resource | string | |
scope | string | |
return | Task |
public static GetCert ( IConfiguration configurtaion ) : void | ||
configurtaion | IConfiguration | |
return | void |
public GetKeyVaultSecretsCerticate ( ) : void | ||
return | void |
public GetToken ( string authority, string resource, string scope ) : Task |
||
authority | string | |
resource | string | |
scope | string | |
return | Task |
public KeyVaultHelper ( IConfigurationRoot configuration ) : System | ||
configuration | IConfigurationRoot | |
return | System |