![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Represents an invalidated claim. More...
Static Public Member Functions | |
| static | operator ValidationError (InvalidClaim InvalidClaim) |
| Converts an invalid claim to a validation error. More... | |
Properties | |
| string | Claim [get] |
| Identifier of claim More... | |
| object | Service [get] |
| Service invalidating claim. More... | |
| string | Reason [get] |
| Reason for invalidating claim. More... | |
| string | ReasonLanguage [get] |
| ISO code of language used for Reason. More... | |
| string | ReasonCode [get] |
| A machine-readable code for the reason for invalidating the claim. (Each service can define its own reason codes.) More... | |
Represents an invalidated claim.
Definition at line 9 of file InvalidClaim.cs.
|
explicitstatic |
Converts an invalid claim to a validation error.
| InvalidClaim | Invalid claim. |
Definition at line 60 of file InvalidClaim.cs.
|
get |
Identifier of claim
Definition at line 33 of file InvalidClaim.cs.
|
get |
Reason for invalidating claim.
Definition at line 43 of file InvalidClaim.cs.
|
get |
A machine-readable code for the reason for invalidating the claim. (Each service can define its own reason codes.)
Definition at line 54 of file InvalidClaim.cs.
|
get |
ISO code of language used for Reason.
Definition at line 48 of file InvalidClaim.cs.
|
get |
Service invalidating claim.
Definition at line 38 of file InvalidClaim.cs.