C# 클래스 IdentityServer4.Contrib.AzureKeyVaultTokenSigningService.AzureKeyVaultPublicKeyProvider

상속: IPublicKeyProvider
파일 보기 프로젝트 열기: MattCotterellNZ/IdentityServer.Contrib.AzureKeyVaultTokenSigningService

공개 메소드들

메소드 설명
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>