Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class Keys

    Default AES Key class

    Inheritance
    object
    Keys
    SEKey
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Transport
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class Keys

    Properties

    Base64IV

    IV in base 64 value

    Declaration
    public string Base64IV { get; set; }
    Property Value
    Type Description
    string

    Base64Key

    Key in base 64 value

    Declaration
    public string Base64Key { get; set; }
    Property Value
    Type Description
    string

    IV

    IV value

    Declaration
    [JsonIgnore]
    public byte[] IV { get; }
    Property Value
    Type Description
    byte[]

    Key

    Key value

    Declaration
    [JsonIgnore]
    public byte[] Key { get; }
    Property Value
    Type Description
    byte[]

    Extension Methods

    ExtensionHelper.CopySameNameAndTypeProperties<T, S>(T, S)
    In this article
    Back to top Secure Exchanges Inc. - Documentation