Méthode | Description | |
---|---|---|
ComputeHash ( ReadOnlySpan source, Span destination ) : void |
Computes the hash value.
|
|
ComputeHash ( ReadOnlySpan source, Span destination, Span W ) : void |
Computes the hash value.
|
|
Hmac ( JsonWebToken.Cryptography.Sha2 sha2, ReadOnlySpan key, Span hmacKey ) : System |
Initializes a new instance of the HmacSha2 class.
|
public ComputeHash ( ReadOnlySpan source, Span destination ) : void | ||
source | ReadOnlySpan | |
destination | Span | |
Résultat | void |
public ComputeHash ( ReadOnlySpan source, Span destination, Span W ) : void | ||
source | ReadOnlySpan | |
destination | Span | |
W | Span | |
Résultat | void |
public Hmac ( JsonWebToken.Cryptography.Sha2 sha2, ReadOnlySpan key, Span hmacKey ) : System | ||
sha2 | JsonWebToken.Cryptography.Sha2 | |
key | ReadOnlySpan | |
hmacKey | Span | |
Résultat | System |