Class IsValidSEMSArgs
Inheritance
System.Object
IsValidSEMSArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.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 | |
System.Guid | semsAutorization |
Properties
EndPointConfigurationName
Declaration
public string EndPointConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndPointUri
Declaration
public Uri EndPointUri { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.Guid |