Hello, here's the setup for the project.
I have a WCF Service that is hosted on a net.tcp binding in buffered mode and ReliableSession enabled.
The binding is configured to use TransportWithMessageCredential security. The certificate is a self signed certificate that I am identifying using the Thumbprint.
The UserNameValidator is a cu...
Hey folks,
I'm creating a utility in C# to setup provisions and build settings for an iPhone project.
The XCode project file contains these lines:
CODE_SIGN_ENTITLEMENTS = ***;
CODE_SIGN_IDENTITY = ***;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "***";
...
PROVISIONING_PROFILE = ...
Hi, this may be a dumb question, but I can't seem to find the answer.
Can one iphone device be "used for development" by two people with different Apple accounts/certificates? Would there be implication to the iphone device?
Thanks
...
I am currently trying to make a call to this function call. Here's the declaration:
const void* WINAPI CertCreateContext(
__in DWORD dwContextType,
__in DWORD dwEncodingType,
__in const BYTE *pbEncoded,
__in DWORD cbEncoded,
__in DWORD dwFlags,
__in_opt PCERT_CREATE_CONTEXT_PARA pCreatePara
);
As ...
The http://support.microsoft.com/kb/929847/en-us describes the usage of registry entry to enable computer-only authentication for an 802.1X-based network and we are wondering if there is a similar solution for mobile devices that will enable “device-only authentication for an 802.1X-based network” for Windows Mobile based devices.
...
I'm trying to use a firefox profile with selenium2 to accept untrusted certificates, but without any success. I'm using 2.0a5 of the selenium jar. If I start firefox with the profile manager manually and navigate to the site then there is no challenge from the browser, however in selenium I cannot avoid it. Any suggestions?
...
Hi people,
I'm at my wit's end, and I'm hoping you can help me. I'm trying to get active WS-Trust authentication going with WIF from a web application to a web service, using a self-signed certificate.
I've already tried the following:
1) Install certificate in machine certificate store under Trusted Root Certification Authorities, Pe...
Hello,
We are trying to authenticate the WCF request using Digital Certificate. This WCF service is actually a built through Biztalk WCF Adapter and hosted in IIS with wsHttpBinding. We are trying to implement message security and one of the feature requirement is to use certificates to authenticate.
We are using SignedXml to check th...
Hello.
Most CAs are selling code signing certificates in different "products", like Verisign or Certum:
Microsoft Authenticode - "Allows you to sign EXE, OCX, DLL, bla..."
Java CodeSign - "Allows you to sign Java code"
Software Publisher Certificate - "Allows you to sign software"
Well, I am REALLY confused about this. What is the d...
Hi guys ...
Do you guys know a python "script" that can generate openVPN certificates ?
I need this to integrate it with my django project ...
Thx.
...
I would like to implement WCF service with server and client certificates.
When I try to connect to service on IIS I get the following error:
Test method
TestProject1.UnitTest1.TestMethod1
threw exception:
System.ServiceModel.Security.SecurityNegotiationException:
Secure channel cannot be opened
because security negotiati...
I really hope I'm misunderstanding applying certificates to Adobe AIR applications. Certificates are expensive for my budget at around $300 or more last I checked. I don't quite understand the process yet, but it reads like I must purchase a certificate for a single version of a single application. I believe it is called code-signing ...
I created a certificate using keytool:
keytool -genkey -alias tomcat -keyalg RSA
Exported and imported it into my keystore:
keytool -export -alias tomcat name.crt
keytool -import -file name.crt
When I do keytool -list I have 2 entries:
tomcat, Sept 15, 2010, keyEntry,
Certificate fingerprint (MD5): ...
mykey, Sept 17, 2010, trust...
Hi,
I have a WCF with server and client certificates.
When calling service I get the following error and have no idea how to fix it:
Test method TestProject1.UnitTest1.TestMethod1 threw exception: System.ServiceModel.Security.SecurityNegotiationException: Secure channel cannot be opened because security negotiation with the remote...
Hi,
I have a server which would listen on HTTPS using OpenSSL. For this, I have to provide the certificate to use. However, the current implementation uses a filename to be provided to OpenSSL API. I want the cert information to be read from memory, so that I don't have to ship the certificate file opening. I tried to google, but didn't ...
Hi everyone,
Let's admit that I deployed an app on 100 iPhones, using the apple "in-house" deployment of the enterprise program. All of them will be connected to the internet. What will happen at the expiration of the distribution certificate ? All my employee will need to download the app again, signed with the new certificate ?
Or ren...
I have my own Finance Business Website. I need EV SSL Certificate to secure my costumer’s data, online transaction, trading & bill payment.
Recently I found Cheapest EV SSL Certificates from ClickSSL.com.
There are two different types of EV SSL Certificates:
VeriSign Secure Site With EV SSL
GeoTrust True Business ID EV SSL
Which ...
I have created a web application that calls a web service that requires a Client Certificate for authentication. Here is a snippet of how I am building the request:
// Grab Certificate
X509Certificate2 cert2 = new X509Certificate2(AppDomain.CurrentDomain.BaseDirectory + GiftCardConfig.A2A_CertificateLocation, Gif...
In Apple's Provisioning Portal "How To" under Certificates, there is a section called "Saving your Private Key and Transferring to other Systems". Now this is what I'm doing (I have rebuilt my machine with a new HDD and therefore have access to my previous OS build) and I'm looking to backup my private key so I can install it on my new O...
I work in company with many servers and Pcs for developers. Servers are win2003, PC developers Windows XP.
In a server Win2003 named preiis01, in preproduction environment, other people in company install a client certificate using any other user (unknown user for me) for logging in server preiis01.
I use my user "domainCompany\myuser"...