C# Класс IdentityServer4.Contrib.AzureKeyVaultTokenSigningService.AzureKeyVaultPublicKeyProvider

Наследование: IPublicKeyProvider
Показать файл Открыть проект

Открытые методы

Метод Описание
AzureKeyVaultPublicKeyProvider ( IOptions options ) : System.Collections.Generic

Initializes a new instance of the AzureKeyVaultTokenSigningService class.

GetAsync ( ) : Task>

Описание методов

AzureKeyVaultPublicKeyProvider() публичный Метод

Initializes a new instance of the AzureKeyVaultTokenSigningService class.
public AzureKeyVaultPublicKeyProvider ( IOptions options ) : System.Collections.Generic
options IOptions The options.
Результат System.Collections.Generic

GetAsync() публичный Метод

public GetAsync ( ) : Task>
Результат Task>