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

상속: System.IdentityModel.Tokens.SignatureProvider
파일 보기 프로젝트 열기: MattCotterellNZ/IdentityServer.Contrib.AzureKeyVaultTokenSigningService 1 사용 예제들

공개 메소드들

메소드 설명
AzureKeyVaultSignatureProvider ( string keyIdentifier, string algorithm, KeyVaultClient keyVaultAuthenticationCallback ) : System

Sign ( byte input ) : byte[]
Verify ( byte input, byte signature ) : bool

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

AzureKeyVaultSignatureProvider() 공개 메소드

RSNULL is not allowed in this scenario. Supplied value is not a currently supported JsonWebKeySignatureAlgorithm value.
public AzureKeyVaultSignatureProvider ( string keyIdentifier, string algorithm, KeyVaultClient keyVaultAuthenticationCallback ) : System
keyIdentifier string
algorithm string A valid and supported value. Note: is not supported.
keyVaultAuthenticationCallback KeyVaultClient
리턴 System

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Sign() 공개 메소드

public Sign ( byte input ) : byte[]
input byte
리턴 byte[]

Verify() 공개 메소드

public Verify ( byte input, byte signature ) : bool
input byte
signature byte
리턴 bool