Questions tagged [security-critical]
2 questions
1
vote
1 answer
Simple Injector async life time scoping and security exception
I have a AsyncCommandHandlerDecorator and LifetimeScopedCommandHandlerDecorator as shown below:
public class AsyncCommandHandlerDecorator
: ICommandHandler where TCommand : ICommand {
private…

amiry jd
- 27,021
- 30
- 116
- 215
0
votes
0 answers
Access real directory path from SaveFileDialog in Silverlight
I have an issue with Silverlight application and SaveFileDialog.
Basically I'm using SaveFileDialog in order to get from user path where he wants to save file and what is the file name. Then I'm passing that path to an API of other application(I'm…

Marko
- 1,874
- 1
- 21
- 36