3#include "SelphIDDocumentResult.h"
6using namespace System::Collections::Generic;
8namespace FPhiSelphIDNet {
15 FPhiSelphID::SelphIDDocumentResult *_selphIDDocumentResult;
18 const FPhiSelphID::SelphIDDocumentResult *GetInternalSelphIDDocumentResult();
101 void set(
bool value);
109 void set(
int status);
117 void set(String ^ message);
SelphIDDocumentResult.
Definition SelphIDDocumentResultNet.h:13
void SetExtraDataKeyValue(String ^ key, String ^ value)
Sets the ExtraData key value pair.
List< String ^> ^ ListExtraDataKeys()
Gets the ExtraData key list.
~SelphIDDocumentResult()
SelphIDDocumentResult destructor.
String ^ GetExtraDataValue(String ^ key)
Gets the ExtraData value for the key provided.
List< String ^> ^ ListDocumentKeys()
Gets the document key list.
String^ TrackingMessage
Gets the tracking request message.
Definition SelphIDDocumentResultNet.h:115
void SetDocumentKeyValue(String ^ key, String ^ value)
Sets the document key value pair.
List< String ^> ^ ListImageKeys()
Gets the image key list.
int TrackingStatus
Gets or sets the tracking request HTTP result.
Definition SelphIDDocumentResultNet.h:107
array< Byte > ^ GetImage(String ^ key)
Gets the image for the key provided.
bool ValidTimeStamp
Gets or sets if the time stamp is valid.
Definition SelphIDDocumentResultNet.h:99
String ^ GetDocumentValue(String ^ key)
Gets the document value for the key provided.
SelphIDDocumentResult()
Creates a new instance of SelphIDDocumentResult.
void SetKeyImage(String ^ key, array< Byte > ^ image)
Sets the key image value pair.