Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class SetA42BArgs

    The args to set the A42 crypted with B

    Inheritance
    object
    SetA42BArgs
    Implements
    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: SecureExchangesSDK.Models.Args
    Assembly: SecureExchangesSDK.dll
    Syntax
    public class SetA42BArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    SetA42BArgs(IEndPointConfiguration, Guid, string)

    The default constructor

    Declaration
    public SetA42BArgs(IEndPointConfiguration endPoint, Guid semsID, string cab42)
    Parameters
    Type Name Description
    IEndPointConfiguration endPoint
    Guid semsID
    string cab42

    SetA42BArgs(Uri, Guid, string)

    Declaration
    public SetA42BArgs(Uri endPointUri, Guid semsID, string cab42)
    Parameters
    Type Name Description
    Uri endPointUri
    Guid semsID
    string cab42

    Properties

    A42B

    Represent the AES Masked 4 times part 2 crypted with B key.

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

    EndPointConfigurationName

    The endpoint configuration

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

    EndPointUri

    The endpoint uri

    Declaration
    public Uri EndPointUri { get; set; }
    Property Value
    Type Description
    Uri

    SEMSID

    represent the sems id

    Declaration
    public Guid SEMSID { get; set; }
    Property Value
    Type Description
    Guid

    Implements

    IEndPointConfiguration
    IEndPointName
    IUriBindingConfiguration

    Extension Methods

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