Show / Hide Table of Contents

    Enum HmacAlgorithmType

    Specifies the algorithm used for generating hash-based message authentication code values.

    Namespace: Cuemon.Security.Cryptography
    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

    ByteConverterExtensions.ToByteArray<HmacAlgorithmType>()
    ConverterExtensions.ParseWith<HmacAlgorithmType, TResult>(Func<HmacAlgorithmType, TResult>)
    ConverterExtensions.ParseWith<HmacAlgorithmType, T, TResult>(Func<HmacAlgorithmType, T, TResult>, T)
    ConverterExtensions.ParseWith<HmacAlgorithmType, T1, T2, TResult>(Func<HmacAlgorithmType, T1, T2, TResult>, T1, T2)
    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)
    ConverterExtensions.As<TResult>()
    ConverterExtensions.As<TResult>(TResult)
    ConverterExtensions.As<TResult>(TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<HmacAlgorithmType>()
    DelegateUtilityExtensions.DynamicWrap<HmacAlgorithmType>()
    TweakerExtensions.Adjust<HmacAlgorithmType>(Func<HmacAlgorithmType, HmacAlgorithmType>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<HmacAlgorithmType>()
    WrapperExtensions.UseWrapper<HmacAlgorithmType>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<HmacAlgorithmType>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<HmacAlgorithmType>()
    HashUtilityExtensions.ComputeHash(Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX