Enum HmacAlgorithmType
Specifies the algorithm used for generating hash-based message authentication code values.
Assembly: Cuemon.Security.dll
Syntax
public enum HmacAlgorithmType
Fields
Name |
Description |
SHA1 |
The Hash-based Message Authentication Code using (SHA1) algorithm (160 bits).
|
SHA256 |
The Hash-based Message Authentication Code using (SHA256) algorithm (256 bits).
|
SHA384 |
The Hash-based Message Authentication Code using (SHA384) algorithm (384 bits).
|
SHA512 |
The Hash-based Message Authentication Code using (SHA512) algorithm (512 bits).
|
Extension Methods
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, TResult>(Func<HmacAlgorithmType, T1, T2, T3, TResult>, T1, T2, T3)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, T5, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<HmacAlgorithmType, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)