Search Results for

    Class AMNetSshAlgorithms.Macs

    SSH message authentication code algorithm names, including HMAC-SHA2 from RFC 6668 and OpenSSH encrypt-then-MAC extension names.

    Inheritance
    object
    AMNetSshAlgorithms.Macs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: ApacheMinaSSHD.NET.Wrapper
    Assembly: ApacheMinaSSHD.NET.Wrapper.dll
    Syntax
    public static class AMNetSshAlgorithms.Macs

    Fields

    | Edit this page View Source

    HmacSha256

    HMAC-SHA2-256 for SSH, described by RFC 6668.

    Declaration
    public const string HmacSha256 = "hmac-sha2-256"
    Field Value
    Type Description
    string
    | Edit this page View Source

    HmacSha256Etm

    HMAC-SHA2-256 encrypt-then-MAC using the OpenSSH extension name.

    Declaration
    public const string HmacSha256Etm = "hmac-sha2-256-etm@openssh.com"
    Field Value
    Type Description
    string
    | Edit this page View Source

    HmacSha512

    HMAC-SHA2-512 for SSH, described by RFC 6668.

    Declaration
    public const string HmacSha512 = "hmac-sha2-512"
    Field Value
    Type Description
    string
    | Edit this page View Source

    HmacSha512Etm

    HMAC-SHA2-512 encrypt-then-MAC using the OpenSSH extension name.

    Declaration
    public const string HmacSha512Etm = "hmac-sha2-512-etm@openssh.com"
    Field Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Porta SFTP ServerGitHubApacheMinaSSHD.NET Generated by DocFX