 | ursaError Enumeration |
Specifies the type of error represented by an
ursaException object.
Namespace:
ursa
Assembly:
ursa (in ursa.dll) Version: 0.1.1.0 (0.1.1.0)
SyntaxPublic Enumeration ursaError
public enum class ursaError
Members
| Member name | Value | Description |
---|
| None | 0 |
Success
|
| GeneralError | 1 |
General error
|
| XmlInvalid | 2 |
XML is invalid
|
| TokenStringInvalid | 3 |
Token string is invalid
|
| TokenVersionInvalid | 4 |
Token version is invalid
|
| ChecksumFailed | 5 |
Checksum validation failed
|
| PasswordRequired | 6 |
Password is required
|
| PinRequired | 7 |
PIN is required
|
| TokenNeedsDecrypted | 8 |
Token must be decrypted by calling the Decrypt(String, String)Decrypt method before the requested action can be completed
|
| DecryptionFailed | 9 |
Decryption failed
|
| DeviceIdInvalid | 10 |
Device ID is not valid
|
| DeviceIdRequired | 11 |
Device ID is required
|
| FileReadFailed | 12 |
File could not be read
|
| SdtidMultipleTokens | 13 |
SDTID token has multiple TKN elements
|
See Also