Questions tagged [trusted]

67 questions
1
vote
1 answer

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

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.…
Andrew
  • 21
  • 4
1
vote
2 answers

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…
jmj
  • 237,923
  • 42
  • 401
  • 438
1
vote
1 answer

Avoid Self-Signed JAR

I have been working on this for roughly 15 hours over the past week. I am trying to get a java applet on my website. It keeps blocking it. I have certified my website via StartSSL.com and my applet with jarsigner, but it still tells me that…
Evorlor
  • 7,263
  • 17
  • 70
  • 141
1
vote
2 answers

Webforms app runs fine in 2012 but not 2013

I have a Web forms application that runs fine in Visual Studio 2012 but when I run int in VS 2013 I get System.SystemException occurred Message: A first chance exception of type 'System.SystemException' occurred in mscorlib.dll Additional…
1
vote
1 answer

How to create a registry that allows the Silverlight applications access to camera and mic

I need to know how can I create a registry that allow the Silverlight applications access to camera and mic. Scenario: I have a Silverlight application that start the WebCam, before it works it shows a Silverlight dialog asking if the user allows…
Marco BFV
  • 100
  • 2
  • 14
1
vote
1 answer

Which PCR can be extended by our own code?

As there are 24 PCR's in TPM 1.2 specification. Some of these PCRs are reserved and cannot be extended by user's code. Below are the PCR Index their PCR Usage CRTM, BIOS and Platform Extensions Platform Conguration Option ROM Code Option ROM…
Geek
  • 363
  • 1
  • 7
  • 14
1
vote
1 answer

Asp.net MVC, adding edmx gives trusted zone warning

I have an ASP.net MVC 4 project I am working on and am trying to add an ADO.net EF model to it using Database First. The creation of the model (.edmx file) seems to run successfully and I am left with the desired .edmx model file in the folder I…
JohnHenry
  • 505
  • 8
  • 21
0
votes
2 answers

JQuery to test if URL is accessible

We are trying to determine whether it's possible to attempt to fetch a file/data from another domain (but trusted) via jQuery and determine whether the item was successfully fetched. In other words via this method we would want to test whether the…
user641399
  • 51
  • 9
0
votes
0 answers

How to verify a root ca certificate is added succesfully, using Bash?

Context After following these instructions on how to add a root ca ca.crt to Ubuntu, I was wondering how I can verify in Bash whether the root CA is indeed successfully added as trusted. In particular because browsers, like Firefox, have their own…
a.t.
  • 2,002
  • 3
  • 26
  • 66
0
votes
0 answers

unable to load certificate 140244003129152:error:0909006C:PEM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE

I am trying to verify my .cer openssl verify /tmp/RSA256.cer But i have error unable to load certificate 140244003129152:error:0909006C:PEM routines:get_name:no start line:crypto/pem/pem_lib.c:745:Expecting: TRUSTED CERTIFICATE Actually i wanted to…
0
votes
1 answer

this method or property is not available because this command is not available for reading

I have a word document written in an excel VBA program and then read in a Word VBA program. The directory is below a trusted set of directories which has "subfolders of this location are also trusted" ticked. Trust is set up in both the Excel and…
WarwickW
  • 3
  • 3
0
votes
0 answers

Retrieving a trusted client token within a Keycloak addon (SPI)

As part of our effort to be GDPR compliant, I’m trying to extend our Keycloak server with some custom functionality, to be triggered when a user is removed: sending a confirmation message to a Slack channel sending a HTTP request to another service…
Lúthien
  • 143
  • 1
  • 4
  • 14
0
votes
0 answers

Is there any way to build own trusted CA system only in local development environment?

The cause that triggered this question is my smart devices. I bought a batch of smart devices for my home a few years ago, then the supplier has released new products and no longer supports the old products. The devices are still very new, and the…
debug2020
  • 1
  • 1
0
votes
0 answers

AngleSharp assembly must be fully trusted

I get this error when I try to call the constructor HtmlParser inside my webMethod in a aspx page Attempt by security transparent method 'AngleSharp.Browser.EncodingMetaHandler..ctor()' to access security critical…
Alberto
  • 11
  • 3
0
votes
1 answer

How to mark Jupyter Notebook trusted when generating the notebook with Papermill

I have a daily process using Papermill to generate a few Jupyter Notebook files that overwrite the files from previous day. Every time the newly generated files are marked as "untrusted". I can click the button to make them trusted, but annoying to…
Leon
  • 37
  • 3