Search Results for

    Show / Hide Table of Contents

    Class Fingerprint

    A fingerprint.

    Inheritance
    System.Object
    Fingerprint
    DtlsFingerprint
    TlsFingerprint
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public abstract class Fingerprint : object

    Constructors

    Fingerprint(String, String)

    Initializes a new instance of the Fingerprint class.

    Declaration
    public Fingerprint(string algorithm, string value)
    Parameters
    Type Name Description
    System.String algorithm

    The algorithm.

    System.String value

    The value.

    Properties

    Algorithm

    Gets the algorithm.

    Declaration
    public string Algorithm { get; }
    Property Value
    Type Description
    System.String

    Md2Algorithm

    Gets the MD2 algorithm.

    Declaration
    public static string Md2Algorithm { get; }
    Property Value
    Type Description
    System.String

    Md5Algorithm

    Gets the MD5 algorithm.

    Declaration
    public static string Md5Algorithm { get; }
    Property Value
    Type Description
    System.String

    Sha1Algorithm

    Gets the SHA-1 algorithm.

    Declaration
    public static string Sha1Algorithm { get; }
    Property Value
    Type Description
    System.String

    Sha224Algorithm

    Gets the SHA-224 algorithm.

    Declaration
    public static string Sha224Algorithm { get; }
    Property Value
    Type Description
    System.String

    Sha256Algorithm

    Gets the SHA-256 algorithm.

    Declaration
    public static string Sha256Algorithm { get; }
    Property Value
    Type Description
    System.String

    Sha384Algorithm

    Gets the SHA-384 algorithm.

    Declaration
    public static string Sha384Algorithm { get; }
    Property Value
    Type Description
    System.String

    Sha512Algorithm

    Gets the SHA-512 algorithm.

    Declaration
    public static string Sha512Algorithm { get; }
    Property Value
    Type Description
    System.String

    Value

    Gets the value.

    Declaration
    public string Value { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0