Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SEKeys

    SEKeys class to manage a list of SEKey

    Inheritance
    object
    SEKeys
    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 SEKeys

    Properties

    Keys

    List of SEKey

    Declaration
    public List<SEKey> Keys { get; set; }
    Property Value
    Type Description
    List<SEKey>

    Methods

    GetIVWithType(string)

    Gets a IV with a given type in the Keys list

    Declaration
    public string GetIVWithType(string keyName)
    Parameters
    Type Name Description
    string keyName
    Returns
    Type Description
    string

    GetKeyWithType(string)

    Gets a key with a given type in the Keys list

    Declaration
    public string GetKeyWithType(string keyName)
    Parameters
    Type Name Description
    string keyName
    Returns
    Type Description
    string

    GetSeKeyWithType(string)

    Gets a SEKey with a given type in the Keys list

    Declaration
    public SEKey GetSeKeyWithType(string keyName)
    Parameters
    Type Name Description
    string keyName
    Returns
    Type Description
    SEKey

    Extension Methods

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