Questions tagged [trusted-application]

12 questions
4
votes
2 answers

Silverlight 4 launch a trusted application into the browser?

I just lost 5 hours looking for a answer which i haven't been able to find :p First, I'd like to force a trusted application (i need to access the file system) to display into the browser. Based on what i found on google a trusted application must…
1
vote
2 answers

How to get a UTC timestamp in OP-TEE Trusted Application (TA) in datetime format?

Disclaimer: It took me a solid 4-5 hours of looking for an answer and after figuring it out I decided to post it here for people in the same place. OP-TEE is quite a good environment to develop TAs and CAs, however, there is no straightforward…
Everyone
  • 1,751
  • 13
  • 36
1
vote
0 answers

How can I make my application installer is trusted app in Mac OS(Catalina)?

I have created an application installer using Qt ifw for installing my custom application in Mac OS(Catalina). But when try to install it, Mac OS says it cannot be open since app from unidentified developer. I know that by code signing I can do that…
1
vote
1 answer

Getting the status of all calls in UCMA - Skype

I am new to the Lync development world. I had a simple requirement to get the status of all the Lync calls posted to my API, which are ongoing on the Lync Server. In short, I need event hooks for the calls. I see that UCMA is typically used to route…
Shallu
  • 127
  • 1
  • 5
1
vote
3 answers

Can Silverlight use the LAN without an internet connection?

I understand that trusted silverlight applications can communicate with each other over the LAN connection (peer to peer). Can they do this without an internet connection once installed out of browser? Do they need to first download some sort of…
ForbesLindesay
  • 10,482
  • 3
  • 47
  • 74
1
vote
0 answers

how to make publisher trusted

I have: server domain, where the application is developed and deployed my own machine, not part of the server domain, on which I test the application When I install the app on my machine - it asks me if I trust the publisher (and whether to…
Milkncookiez
  • 6,817
  • 10
  • 57
  • 96
0
votes
1 answer

Security concern regarding full trusted in-browser applications

I need a full trusted Silverlight application run in-browser mode. For this purpose I can buy a certificate sign application and require IT to enable AllowElevatedTrustAppsInBrowser. However enabling this property will allow to run all the signed…
0
votes
0 answers

Restrict client application for a specific trusted application within TEE

Is there a way to restrict client application to use a specific trusted application within TEE. As far as the Global Platform specifications are concerned, any client application can interact with a trusted application using Global Platform client…
gst
  • 1,251
  • 1
  • 14
  • 32
0
votes
1 answer

How to Enable Trusted Applications to Run Inside the Browser, silverlight5.0

We're trying to Enable Silverlight 5 Trusted Applications to Run within the Browser. Goal : Access the MyVideo folder within MyDocuments which is usually accessible using Out of Browser Elevated settings in Silverlight 4 version. Software :…
Anthony
  • 33
  • 2
  • 8
0
votes
1 answer

Silverlight OOB have any limitations?

If i check Trusted Aplication on Manifest file, my Silverlight OOB have any limitations?? Ex: - directory access limitations - socket connections limitations.
JoeLoco
  • 2,116
  • 4
  • 31
  • 59
0
votes
1 answer

Skype for Business 2015 trusted application hosted on a standalone server?

I was looking for information on how to run a Skype for Business 2015 trusted application on a standalone (aka workgroup joined) server. The need is for development reasons only: my dev workstation is in a workgroup and I cannot join it to the…
whatever
  • 2,492
  • 6
  • 30
  • 42
0
votes
0 answers

Trusted Application API (Skype for Business) - Invite licenced user to adhoc meeting

I am trying to create anonymous chat application for Skype for Business. Folowed Trusted Application API (Skype for Business) – Authentication and Online Meetings tutorial i got everything working, except I cant invite licenced Skype for business…