Class ValidateDocumentSignatureIntegrity_args
The args to validate a document integrity
Inheritance
System.Object
ValidateDocumentSignatureIntegrity_args
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 ValidateDocumentSignatureIntegrity_args : BaseAuthenticateArgs, IEndPointConfiguration, IEndPointName, IUriBindingConfiguration, IAuthenticationNeeded
Constructors
ValidateDocumentSignatureIntegrity_args(String, Guid, Guid, Guid, String)
The constructor to validate document with the file path
Declaration
public ValidateDocumentSignatureIntegrity_args(string endpointConfigName, Guid serial, Guid apiUser, Guid apiPassword, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | endpointConfigName | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | |
| System.String | filePath |
ValidateDocumentSignatureIntegrity_args(String, Guid, Guid, Guid, String, String)
Constructor with endpoint config name
Declaration
public ValidateDocumentSignatureIntegrity_args(string endpointConfigName, Guid serial, Guid apiUser, Guid apiPassword, string fileSHA512, string filePath = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | endpointConfigName | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | |
| System.String | fileSHA512 | |
| System.String | filePath |
ValidateDocumentSignatureIntegrity_args(Uri, Guid, Guid, Guid, String)
The constructor to validate document with the file path
Declaration
public ValidateDocumentSignatureIntegrity_args(Uri endpointURI, Guid serial, Guid apiUser, Guid apiPassword, string filePath)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | endpointURI | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | |
| System.String | filePath |
ValidateDocumentSignatureIntegrity_args(Uri, Guid, Guid, Guid, String, String)
The constructor to validate document with the hash
Declaration
public ValidateDocumentSignatureIntegrity_args(Uri endpointURI, Guid serial, Guid apiUser, Guid apiPassword, string fileSHA512, string filePath = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | endpointURI | |
| System.Guid | serial | |
| System.Guid | apiUser | |
| System.Guid | apiPassword | |
| System.String | fileSHA512 | |
| System.String | filePath |
Properties
FilePath
The FilePath
Declaration
public string FilePath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
FileSHA512
The sha 512 of the file
Declaration
public string FileSHA512 { get; }
Property Value
| Type | Description |
|---|---|
| System.String |