Hallo Wolfgang,
hat der Compiler erstmal akzeptiert.
Nachdem ich nun alle von C# nach X# falsch übernommenen Statements ausgebessert habe, werde ich die App nun durchtesten.
Danke, Franz
Search found 532 matches
- Wed Oct 22, 2025 8:27 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
- Wed Oct 22, 2025 7:31 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hallo,
ich versuche nun diese funktionierende C# App mit ILSpy + X#Plugin nach X# zu übertragen.
Dabei bekomme ich folgende C# Passage
int choice;
if (int.TryParse(line, out choice) && (choice >= 0) && (choice <= readerNames.Length))
übersetzt mit
LOCAL choice AS INT
IF ((int.TryParse(line ...
ich versuche nun diese funktionierende C# App mit ILSpy + X#Plugin nach X# zu übertragen.
Dabei bekomme ich folgende C# Passage
int choice;
if (int.TryParse(line, out choice) && (choice >= 0) && (choice <= readerNames.Length))
übersetzt mit
LOCAL choice AS INT
IF ((int.TryParse(line ...
- Mon Oct 20, 2025 12:19 pm
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Chris,
thank you for the DLLs, it now compiles without errors!
The DLLs I used first were not from the github example, I already had them on my disk. It looks like it's not the correct version for this app.
Regards, Franz
thank you for the DLLs, it now compiles without errors!
The DLLs I used first were not from the github example, I already had them on my disk. It looks like it's not the correct version for this app.
Regards, Franz
- Mon Oct 20, 2025 10:04 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Dick,
Chris has an error free version of this app. If he can send me his app and both dlls (PCSC*.*) I can test it and we will see if it's a install problem.
Regards Franz
Chris has an error free version of this app. If he can send me his app and both dlls (PCSC*.*) I can test it and we will see if it's a install problem.
Regards Franz
- Mon Oct 20, 2025 6:50 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
No problem Karl.
References
- PCSC
- PCSC.Iso7816
- System
- System.Core
- System.Numerics
- System.Security
- System.Security.Cryptography.X509Certificates
Errors
error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly ...
References
- PCSC
- PCSC.Iso7816
- System
- System.Core
- System.Numerics
- System.Security
- System.Security.Cryptography.X509Certificates
Errors
error CS0012: The type 'System.Object' is defined in an assembly that is not referenced. You must add a reference to assembly ...
- Mon Oct 20, 2025 5:19 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Christ,
I attached a jpg which shows references and errors.
Regards
I attached a jpg which shows references and errors.
Regards
- Sat Oct 18, 2025 8:48 am
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Chris,
can you pls send your app, I still have some errors.
Regards
can you pls send your app, I still have some errors.
Regards
- Fri Oct 17, 2025 1:20 pm
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Chris,
attached you find my XIDE C# application
Regards
attached you find my XIDE C# application
Regards
- Fri Oct 17, 2025 12:40 pm
- Forum: Deutsches Forum
- Topic: C# und X509Certificate2
- Replies: 26
- Views: 7045
Re: C# und X509Certificate2
Hi Chris,
https://github.com/A-Trust/RKSV/tree/ma ... 20Examples
a.sign RK CHIP / APDU Examples / csharp / SampleClient
Regards
https://github.com/A-Trust/RKSV/tree/ma ... 20Examples
a.sign RK CHIP / APDU Examples / csharp / SampleClient
Regards
- Fri Oct 17, 2025 5:01 am
- Forum: Deutsches Forum
- Topic: Smartcard Zugriff per X#
- Replies: 3
- Views: 990
Re: Smartcard Zugriff per X#
Hallo,
wenn ich beim Zugriff auf die SmartCard eine alte Karte mit der CardOS Version 5.3 verwende, dann kommt in TransmitApduBytes korrekt retVal 9000 zurück und alles funktioniert. Verwende ich jedoch eine Karte mit der neuen ACOS Version 4.1, dann bringt TransmitApduBytes retVal 6700, was laut ...
wenn ich beim Zugriff auf die SmartCard eine alte Karte mit der CardOS Version 5.3 verwende, dann kommt in TransmitApduBytes korrekt retVal 9000 zurück und alles funktioniert. Verwende ich jedoch eine Karte mit der neuen ACOS Version 4.1, dann bringt TransmitApduBytes retVal 6700, was laut ...

