Discuss this help topic in SecureBlackbox Forum
Returns the "remaining artifact" value.
Declaration
[C#]
byte[] RemainingArtifact;
[VB.NET]
Property RemainingArtifact As Byte()
[Pascal]
property RemainingArtifact : ByteArray;
[C++]
void get_RemainingArtifact(std::vector<uint8_t> &OutResult);
[PHP]
string get_RemainingArtifact()
[Java]
byte[] getRemainingArtifact();
Description
Use this property to get the value of the "remaining artifact", i.e., the last part of the artifact string.
Discuss this help topic in SecureBlackbox Forum