Compartir a través de


IKey.Verify(JsonWebKeySignatureAlgorithm, Byte[], Byte[]) Método

Definición

Comprueba una firma de un resumen.

public bool Verify (Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeySignatureAlgorithm algorithm, byte[] digest, params byte[] signature);
abstract member Verify : Microsoft.Azure.Management.KeyVault.Fluent.Models.JsonWebKeySignatureAlgorithm * byte[] * byte[] -> bool
Public Function Verify (algorithm As JsonWebKeySignatureAlgorithm, digest As Byte(), ParamArray signature As Byte()) As Boolean

Parámetros

algorithm
JsonWebKeySignatureAlgorithm

Algoritmo de firma JWK.

digest
Byte[]

Contenido que se va a firmar.

signature
Byte[]

La firma que se va a comprobar.

Devoluciones

Se aplica a