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

APIConsumer as EXTERNAL_ACCESS #37

Open
rjwijnen opened this issue Aug 20, 2020 · 3 comments
Open

APIConsumer as EXTERNAL_ACCESS #37

rjwijnen opened this issue Aug 20, 2020 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@rjwijnen
Copy link

rjwijnen commented Aug 20, 2020

I am wondering if it isn't possible to run de API_Consumer assembly in 'EXTERNAL_ACCESS' instead of UNSAFE?

@geral2
Copy link
Owner

geral2 commented Aug 20, 2020

Hi @rjwijnen,

Yes, you could create it as EXTERNAL_ACCESS instead, but you would need to import a few more dlls. For instance; System.Security.Permissions, and anothers dependencies. When calling any CLR procedure.

image

@geral2 geral2 self-assigned this Aug 20, 2020
@geral2 geral2 added the question Further information is requested label Aug 26, 2020
@geral2
Copy link
Owner

geral2 commented Aug 26, 2020

@rjwijnen Did you try doing it?

@rjwijnen
Copy link
Author

rjwijnen commented Sep 4, 2020

@geral2 i haven't had time for it to try. But for my understanding i need to add 'System.Security.Permission' as an assembly in SQL server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants