Election-Tech-Initiative / Election-Tech-Initiative/electionguard-core2
✨ EncryptionDevice - expose properties
Open
enhancement
- Dominant language
- C#
- Stars
- 14
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Suggestion
`Electionguard.EncryptionDevice` has additional properties that should be available on the .NET side.
```
this->deviceUuid = deviceUuid;
this->sessionUuid = sessionUuid;
this->launchCode = launchCode;
this->location = location;
```
expose these in public properties
### Possible Implementation
_No response_
### Anything else?
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.