Show / Hide Table of Contents

    Enum AdvancedEncryptionStandardKeySize

    Specifies the key size to be used in the Advanced Encryption Standard (AES) cipher.

    Namespace: Cuemon.Security.Cryptography
    Assembly: Cuemon.Security.dll
    Syntax
    public enum AdvancedEncryptionStandardKeySize

    Fields

    Name Description
    AES128

    A key size of 128 bit.

    AES192

    A key size of 192 bit.

    AES256

    A key size of 256 bit.

    Extension Methods

    ByteConverterExtensions.ToByteArray<AdvancedEncryptionStandardKeySize>()
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, TResult>(Func<AdvancedEncryptionStandardKeySize, TResult>)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T, TResult>(Func<AdvancedEncryptionStandardKeySize, T, TResult>, T)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, T7, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(Func<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<AdvancedEncryptionStandardKeySize, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(Func<AdvancedEncryptionStandardKeySize, 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<AdvancedEncryptionStandardKeySize>()
    DelegateUtilityExtensions.DynamicWrap<AdvancedEncryptionStandardKeySize>()
    TweakerExtensions.Adjust<AdvancedEncryptionStandardKeySize>(Func<AdvancedEncryptionStandardKeySize, AdvancedEncryptionStandardKeySize>)
    TypeUtilityExtensions.Is<T>()
    TypeUtilityExtensions.IsNot<T>()
    TypeUtilityExtensions.IsNullable<AdvancedEncryptionStandardKeySize>()
    WrapperExtensions.UseWrapper<AdvancedEncryptionStandardKeySize>(Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<AdvancedEncryptionStandardKeySize>(MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<AdvancedEncryptionStandardKeySize>()
    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