Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define conditional compilation symbols for working in desktop and UWP. #12

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

gabrielgt
Copy link

WINDOWS_APP constant was not being defined and the login was failing in desktop applications. Now the conditional code in MiFare.PcSc.MiFareStandard.LoadKey.GetLoadKeysType() is working properly.

…t key to write to data block and trailer block
…rite CRC when creating MAD

Example of use:
   await card.SetData(0, 1, <data with current sectors assigned and info byte with CPS (Card Publisher Sector)>);
   await card.InitMad();
   await card.Flush();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant