Show / Hide Table of Contents

    Class HashResult

    Represents the result of a computed System.Security.Cryptography.HashAlgorithm or System.Security.Cryptography.KeyedHashAlgorithm operation. This class cannot be inherited.

    Inheritance
    System.Object
    ChecksumResult
    HashResult
    Inherited Members
    ChecksumResult.Value
    ChecksumResult.GetHashCode()
    Namespace: Cuemon.Security.Cryptography
    Assembly: Cuemon.Security.dll
    Syntax
    public sealed class HashResult : ChecksumResult

    Methods

    | Improve this Doc

    ToBase64()

    Converts the Value to its equivalent string representation that is encoded with base-64 digits.

    Declaration
    public override string ToBase64()
    Returns
    Type Description
    System.String

    A System.String representation, in base 64, of the contents of Value.

    Overrides
    ChecksumResult.ToBase64()
    | Improve this Doc

    ToBinary()

    Converts the Value to its equivalent binary representation.

    Declaration
    public override string ToBinary()
    Returns
    Type Description
    System.String

    A System.String representation, in binary, of the contents of Value.

    Overrides
    ChecksumResult.ToBinary()
    | Improve this Doc

    ToHexadecimal()

    Converts the Value to its equivalent hexadecimal representation.

    Declaration
    public override string ToHexadecimal()
    Returns
    Type Description
    System.String

    A System.String representation, in hexadecimal, of the contents of Value.

    Overrides
    ChecksumResult.ToHexadecimal()
    | Improve this Doc

    ToString()

    Returns a System.String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    A System.String that represents this instance.

    Overrides
    ChecksumResult.ToString()
    | Improve this Doc

    ToUrlEncodedBase64()

    Converts the Value to its equivalent string representation that is encoded with base-64 digits, which is usable for transmission on the URL.

    Declaration
    public override string ToUrlEncodedBase64()
    Returns
    Type Description
    System.String

    A System.String representation, in base 64 which is usable for transmission on the URL, of the contents of Value.

    Overrides
    ChecksumResult.ToUrlEncodedBase64()

    Extension Methods

    ConverterExtensions.ParseWith<TSource, TResult>(TSource, Func<TSource, TResult>)
    ConverterExtensions.ParseWith<TSource, T, TResult>(TSource, Func<TSource, T, TResult>, T)
    ConverterExtensions.ParseWith<TSource, T1, T2, TResult>(TSource, Func<TSource, T1, T2, TResult>, T1, T2)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, TResult>(TSource, Func<TSource, T1, T2, T3, TResult>, T1, T2, T3)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, TResult>(TSource, Func<TSource, T1, T2, T3, T4, TResult>, T1, T2, T3, T4)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, TResult>, T1, T2, T3, T4, T5)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, TResult>, T1, T2, T3, T4, T5, T6)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, TResult>, T1, T2, T3, T4, T5, T6, T7)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, TResult>, T1, T2, T3, T4, T5, T6, T7, T8)
    ConverterExtensions.ParseWith<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>(TSource, Func<TSource, T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>, T1, T2, T3, T4, T5, T6, T7, T8, T9)
    ConverterExtensions.As<TResult>(Object)
    ConverterExtensions.As<TResult>(Object, TResult)
    ConverterExtensions.As<TResult>(Object, TResult, IFormatProvider)
    DelegateUtilityExtensions.Wrap<TResult>(TResult)
    DelegateUtilityExtensions.DynamicWrap<TResult>(TResult)
    TweakerExtensions.Adjust<T>(T, Func<T, T>)
    TypeUtilityExtensions.Is<T>(Object)
    TypeUtilityExtensions.IsNot<T>(Object)
    TypeUtilityExtensions.IsNullable<T>(T)
    WrapperExtensions.UseWrapper<T>(T, Action<IDictionary<String, Object>>)
    WrapperExtensions.UseWrapper<T>(T, MemberInfo, Action<IDictionary<String, Object>>)
    EnumerableUtilityExtensions.Yield<TSource>(TSource)
    HashUtilityExtensions.ComputeHash(Object, Action<HashOptions>)
    HmacUtilityExtensions.ComputeKeyedHash(Object, Byte[], Action<KeyedHashOptions>)
    • Improve this Doc
    • View Source
    Back to top Copyright 2008-2018 Weubphoria. All rights reserved.
    Generated by DocFX