Secure Exchanges SDK Documentation
Search Results for

    Show / Hide Table of Contents

    Class IsValidSEMSArgs

    Inheritance
    object
    IsValidSEMSArgs
    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 IsValidSEMSArgs : IEndPointConfiguration, IEndPointName, IUriBindingConfiguration

    Constructors

    IsValidSEMSArgs(IEndPointConfiguration, Guid)

    Declaration
    public IsValidSEMSArgs(IEndPointConfiguration endPoint, Guid semsAutorization)
    Parameters
    Type Name Description
    IEndPointConfiguration endPoint
    Guid semsAutorization

    Properties

    EndPointConfigurationName

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

    EndPointUri

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

    SEMSAutorisation

    L'autorisation recu de Secure Exchanges. Doit lui ĂȘtre retourner pour confirmer la validitĂ©

    Declaration
    public Guid SEMSAutorisation { 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