Skip to main content

KeyDerivationPrf

Specifies the PRF which should be used for the key derivation algorithm.

Assembly: ServiceStack.dll​
View Source​
Declaration
public enum KeyDerivationPrf

Fields​

HMACSHA1​

The HMAC algorithm (RFC 2104) using the SHA-1 hash function (FIPS 180-4).

View Source​
Declaration
HMACSHA1 = 0

HMACSHA256​

The HMAC algorithm (RFC 2104) using the SHA-256 hash function (FIPS 180-4).

View Source​
Declaration
HMACSHA256 = 1

HMACSHA512​

The HMAC algorithm (RFC 2104) using the SHA-512 hash function (FIPS 180-4).

View Source​
Declaration
HMACSHA512 = 2