Show / Hide Table of Contents

    Class ChecksumResult

    Represents the result of a computed checksum operation.

    Inheritance
    System.Object
    ChecksumResult
    HashResult
    Namespace: Cuemon.Integrity
    Assembly: Cuemon.Core.dll
    Syntax
    public class ChecksumResult

    Constructors

    | Improve this Doc

    ChecksumResult(Byte[])

    Initializes a new instance of the ChecksumResult class.

    Declaration
    public ChecksumResult(byte[] value)
    Parameters
    Type Name Description
    System.Byte[] value

    The checksum represented as a byte-array.

    Properties

    | Improve this Doc

    Value

    Gets the original value that reflects a computed operation.

    Declaration
    public byte[] Value { get; }
    Property Value
    Type Description
    System.Byte[]

    The value original value that reflects a computed operation.

    Methods

    | Improve this Doc

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    System.Object.GetHashCode()
    | Improve this Doc

    ToBase64()

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

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

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

    | Improve this Doc

    ToBinary()

    Converts the Value to its equivalent binary representation.

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

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

    | Improve this Doc

    ToHexadecimal()

    Converts the Value to its equivalent hexadecimal representation.

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

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

    | 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
    System.Object.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 virtual 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.

    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