Class SetA42BArgs
The args to set the A42 crypted with B
Inherited Members
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 |