trusted

Blackberry permissions -- what does "trusted application status" refer to?

For some device users, on startup they are presented with the following permissions dialog "Would you like to grant AppX trusted application status?" The user says yes and the app runs fine. But what does "trusted application status" mean? This seems really ambiguous, most permission dialogs refer to making a http message, accessin...

Importing certificate from .pfx file in Windows Server 2008

I need to automate installation of SSL certificates using scripts. I have been able to import server certificate from .pfx file using: certutil -user –p 123 -importpfx "C:\Users\test\Desktop\ISServer.pfx" However, it stores the certificate in Personal folder of Current User. I need to store it in "Trusted People" folder. Is there a wa...

SSL signed certificates for internal use

I have a distributed application consisting of many components that communicate over TCP (for examle JMS) and HTTP. All components run on internal hardware, with internal IP addresses, and are not accessible to the public. I want to make the communication secure using SSL. Does it make sense to purchase signed certificates from a well-...

Should I use IIS as a trusted proxy to provide ActiveDirectory SSO for a legacy app?

I'm trying to add Active Directory single-sign-on support to an existing SOAP server. Since it is written in C++ using third party transport components, adding AD SSO doesn't appear to be easy. Therefore I am thinking to require IIS as a trusted reverse-proxy and let it do the Active Directory authentication for the SOAP server. That i...

Godaddy's Code sign certificate and MIDlet

i have developed an application in java (J2ME), and i want trusted domain for that application using goDaddy's certificate. can i obtain it ? let me re describe the full scenario. i have developed an application.in which i want FILE IO operations to be done without the permission of user (for every read write, it means user will be asked...

Add to Trusted Site

What we did: We have created an activex which installs through the web browser into client machine What are the Problems facing now? We are trying to add the site in trusted site list Which we wrote the code in Activex. So while installing it adds the site to Trusted sites list But it is not affected immediately ...

Issues Arising in windows 7 /Ie8 when running custom Built Activex Control

Description: The project deals with interaction with the remote desktop connecting through web browser (Internet Explorer). What we did: We have created an activex control that and installs through the web browser into client machine which lets the user to connect to different servers through web browser. What is in Activex In Acti...

Looking for a Active Directory users in trusted domains in C#

Hi everyone! I have an AD domain (let's refer to it as DMN) and credentials to access it. My aim is to retrieve information about another user. It is pretty easy when this user is registered in the domain DMN. But this user can be a part of a DMN-trusted domain. So I have to look for this user in all domains trusted to DMN. Any suggestio...

How do you mark a Ruby Binding as trusted?

From this article http://www.stuartellis.eu/articles/erb referring to thread safety levels: "At this level, the specified binding must be marked as trusted for ERB to use it." I've searched high and low and haven't found a way to "mark" a Binding as "trusted". Will somebody please enlighten me? ...

VBScript - Unable to trap IE Settings - Security - Trusted Sites in Windows Registry

Hi, I'm trying to trap the registry keys for the following IE settings. Here's how you get there, a. Open IE and navigate to Internet Options - Settings - Trusted Sites b. Click button - "Custom Level" c. In window - "Security Settings - Trusted Site Zones", I'm trying to update the checkboxes (i.e. set to "Enable") 1. Binary and scri...