trust

How to authenticate client application for trust of messages sent from it

给你一囗甜甜゛ 提交于 2019-12-28 19:01:31
问题 The basic question How do I know that it is my publicly accessible (client) application that is sending my service messages? How do I know that it is just not some other application that is impersonating my application? Some Background Currently we log all errors that occur on our websites via log4net and WCF to a database. This works well because the web server (accessible from the web - Partly Trusted) reports there errors to the WCF service running on the application server (inaccessible

Flash Player trust file not working with Embedded browser on linux

喜你入骨 提交于 2019-12-25 04:33:58
问题 I have an application which embeds a xulrunner based browser. I have to load some flash content in this browser. At certain points of time the flash changes my URL and Page Title to reflect the location in the flash file where I am at. This works fine in a firefox browser when I place my trust file at /etc/FlashPlayerTrust folder with entries for the directory and the swf file I want to trust.( according to the Flash security guide http://www.adobe.com/devnet/flashplayer/articles/flash_player

With CORS, why do servers declare which clients may trust it, instead of clients declaring what servers they trust? [duplicate]

北战南征 提交于 2019-12-24 08:37:14
问题 This question already has answers here : XMLHttpRequest cannot load XXX No 'Access-Control-Allow-Origin' header (7 answers) Closed 3 years ago . There is something about Cross Origin Resource Sharing (CORS) that I have never truly understood, namely that with a cross-origin HTTP request, it is not the client that gets to decide which server(s) it wants to trust; instead, the server declares (in the Access-Control-Allow-Origin response header) that one or more particular clients (origins)

SMTPClient Half Working \ Half Not

孤街醉人 提交于 2019-12-24 00:16:57
问题 I am using Microsoft's membership framework on a website. I am able to send password retrieval e-mails, but am unable to send e-mails myself using SMTPClient. When you configure the SMTP settings in the Web Site Administration Tool, what are the settings that this application give it's SMTPclient? If I know this, I can duplicate it and hopefully send e-mails. A few items I've ruled out. - I'm using port 25, (which is the only one allowed under medium trust). - This code works on my local

Are there any alternatives to ICRA for self-regulated content labeling of websites?

早过忘川 提交于 2019-12-23 15:07:48
问题 I'm working with a gambling website that historically has labeled itself using the ICRA Vocabulary expressed with RDF and PICS labeling. Its my understanding that these labels were interpreted by systems such as Internet Explorer 6 Content Advisor to block website access. Unfortunately, the ICRA labeling scheme seems to be defunct as evidenced by the ICRA Homepage. the ICRA labeling engine has been discontinued. While all current labels will continue to work with Internet content filters, the

Visual Studio Unit Tests : dll is not trusted

♀尐吖头ヾ 提交于 2019-12-19 11:32:10
问题 I'm struggling getting some unit tests running and wondering if anyone might have anything insightful. The setup is that we've got a bunch of referenced DLL's on a server and when I try and execute I get the old Test Run deployment issue: The location of the file or directory 'c:\source\ProjectName\bin\debug\3rdPartyLibrary.dll' is not trusted. I've tried the old caspol command: caspol -m -ag 1.2 -url file:\server\binaries* FullTrust Which seems to work for everything bar one DLL. I'm

Visual Studio Unit Tests : dll is not trusted

▼魔方 西西 提交于 2019-12-19 11:31:43
问题 I'm struggling getting some unit tests running and wondering if anyone might have anything insightful. The setup is that we've got a bunch of referenced DLL's on a server and when I try and execute I get the old Test Run deployment issue: The location of the file or directory 'c:\source\ProjectName\bin\debug\3rdPartyLibrary.dll' is not trusted. I've tried the old caspol command: caspol -m -ag 1.2 -url file:\server\binaries* FullTrust Which seems to work for everything bar one DLL. I'm

Visual Studio Unit Tests : dll is not trusted

别来无恙 提交于 2019-12-19 11:31:00
问题 I'm struggling getting some unit tests running and wondering if anyone might have anything insightful. The setup is that we've got a bunch of referenced DLL's on a server and when I try and execute I get the old Test Run deployment issue: The location of the file or directory 'c:\source\ProjectName\bin\debug\3rdPartyLibrary.dll' is not trusted. I've tried the old caspol command: caspol -m -ag 1.2 -url file:\server\binaries* FullTrust Which seems to work for everything bar one DLL. I'm

Does SecTrustEvaluate() look for root certificates in the application keychain?

耗尽温柔 提交于 2019-12-18 18:07:08
问题 The docs say: “If not all the certificates needed to verify the leaf certificate are included in the trust management object, then SecTrustEvaluate searches for certificates in the keychain search list (see SecTrustSetKeychains) and in the system’s store of anchor certificates (see SecTrustSetAnchorCertificates).” However, since SecTrustSetKeychains() is not available on iOS, it’s not clear whether this function will also look in the application’s keychain. 回答1: Seems like it's been a while

IOS: Difference between proposedCredentials and URLCredential for trust

一笑奈何 提交于 2019-12-13 03:16:33
问题 In URLSession:task:didReceiveChallenge:completionHandler:, is there a difference between using .proposedCredential vs URLCredential(trust:) of the server trust object in the challenge protection space? This is to pass back as the second parameter in the completion handler of the delegate method, along with .useCredentials. 回答1: Answer received here: https://forums.developer.apple.com/message/361609 Realistically there’s no difference here. For server trust authentication challenges, the