C# Class IdentityServer3.Contrib.AzureKeyVaultTokenSigningService.AzureKeyVaultPublicKeyProvider

Inheritance: IPublicKeyProvider
Afficher le fichier Open project: MattCotterellNZ/IdentityServer.Contrib.AzureKeyVaultTokenSigningService

Méthodes publiques

Méthode Description
AzureKeyVaultPublicKeyProvider ( IOptions options ) : System.Collections.Generic

Initializes a new instance of the AzureKeyVaultTokenSigningService class.

GetAsync ( ) : Task>

Method Details

AzureKeyVaultPublicKeyProvider() public méthode

Initializes a new instance of the AzureKeyVaultTokenSigningService class.
public AzureKeyVaultPublicKeyProvider ( IOptions options ) : System.Collections.Generic
options IOptions The options.
Résultat System.Collections.Generic

GetAsync() public méthode

public GetAsync ( ) : Task>
Résultat Task>