C# Class IdentityServer3.Contrib.AzureKeyVaultTokenSigningService.AzureKeyVaultSignatureProvider

Inheritance: System.IdentityModel.Tokens.SignatureProvider
Afficher le fichier Open project: MattCotterellNZ/IdentityServer.Contrib.AzureKeyVaultTokenSigningService Class Usage Examples

Méthodes publiques

Méthode Description
AzureKeyVaultSignatureProvider ( string keyIdentifier, string algorithm, KeyVaultClient keyVaultAuthenticationCallback ) : System

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AzureKeyVaultSignatureProvider() public méthode

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
Résultat System

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Sign() public méthode

public Sign ( byte input ) : byte[]
input byte
Résultat byte[]

Verify() public méthode

public Verify ( byte input, byte signature ) : bool
input byte
signature byte
Résultat bool