Security :: How To Implement Digital Signature
Aug 12, 2010
I am new to digital signature. I have a web application developed in asp.net 3.5. In one of the module of this application I am generating pdf file and storing it on the server. The users must be able to choose a pdf file and digitally sign it with a certificate stored locally (either on their machine or in a smartcard). I do not know whether I should pass pdf file to client place to sign it or I should send Certificate object to the server.
View 1 Replies
Similar Messages:
Jan 3, 2011
I need to validate a digital signature which consists of thumb impression,signature and tokenid which is in pendrive with a columns of a table in sqlserver2008 database. I am using capicom.dll in asp.net 3.5 using c#.
I tried but I am unable to do it.
View 1 Replies
Sep 30, 2010
I have problem to create digital signature. I created console application and it works there but when I want to run it at server there is exception. It looks like I have problem with reference to the file.
View 6 Replies
Feb 19, 2010
I posted this previously but it ended up in Languages/C# rather than here. I'm not sure if I chose the wrong forum or the admin moved it. I wanted it in here so I'm re-posting it:
I have an APK file (android application archive, same as JAR file format) that I need to determine whether or not is signed, and if so, extract the certificate info.
The JDK provides a command line tool to do this:
jarsigner -verbose -certs -verify file.apk
I'm trying to determine if there's a way using the Security classes to accomplish the same thing in C# code.
View 2 Replies
Feb 24, 2010
I have never write code like this... so I am trying to explian what problem I meet here..
assuming I have 2 web service
one named WS1 another named WS2
WS1 (send data to WS2) → WS2 then WS2 (receive data from WS1 and do something then return result to WS1)→WS1
if I want to add digital signature between WS1 and WS2 so that WS1 connecting to WS2 , WS2 will recognize who is connecting by digital signature
what do I need if I want to do that? and how to do?
View 2 Replies
May 20, 2010
I am currently having trouble with verifying the digital signature in a excel file. The digital signature is used to sign the Macro so that it is possible to authenticate and ensure that no one has tamper with the Macro.
Currently, I am able to check that the excel file is digitally signed. However, I can't seem to be able to verify and ensure that the digital signature is authentic. I'm using asp.net 3.5 with vb.net.
View 2 Replies
Oct 4, 2010
I have asp.net page running under MOSS2007 and there is Access Denied error at signing (signedXml.ComputeSignature()). The code works as normal .net web application but it does not work under MOSS.
Access is denied.
View 1 Replies
Feb 24, 2011
In the application a user will upload a PDF file and then upload a personal signature created using a digital pen. How can I embed this signature in the pdf file?
View 2 Replies
Apr 10, 2014
i want to send email with digital signaure usind digital certificate
View 1 Replies
Mar 31, 2011
Does anyone have any experience with importing meta data files from Ping Identity into an ACS provider?
I'm logged into my Ping Identity admin system, all fine, no problem. Then, when I export the idP file... no digital signature is included within it and thus I cannot import this file into ACS as it complains that there's no signature included.
View 1 Replies
Mar 29, 2011
Is anyone using digital certificates in project ?I have created a digital certificate using Microsoft certificate services.I have installed this certificate on my website.When I access website over https I get digital certificate error in browser.Most common cause for this error is incorrect date/time settings on client machine. This is not the issue in my case.
View 1 Replies
Jul 12, 2010
I have a website that needs me to use ActiveX. and there is a security policy in my office that needs me to DIGITALLY SIGNING the ActiveX ?[URL]but still couldnt understand what is the actual step that i should do. plus , the link is broken. does anyone know how to do it ?
View 1 Replies
Aug 9, 2010
I want to create a digital signature, for my product, for creating the digital sigmature i want digital certificate. I came to know there are lot of third party available for creating digital signature. If any one know can tell some of third party for this.
View 1 Replies
Jan 28, 2011
I am doing a project on digital watermarking. This is the process. The user will choose his image file to upload, chooses his image key(either from the visual studio gallery-folder name is Image Key, or he chooses his own from the directory).
He enters a password, and this password will be embedded into the image uploaded.
Next, there is an option to digitally watermark the image (This is where I am having problems - stuck with the codes)
Here is the work so far, and I couldn't get any further.
FileUpload UI + code behind
[Code]....
[Code]....
WatermarkController (Business Logic)
[Code]....
View 1 Replies
Jul 20, 2010
I have an apliccattion Web, but now I will need get the digital certificate in specific form.Is possible show the dialog box (by code) wiht digital certificate list for the user choice digital certificate and then continue wiht my process ???
View 1 Replies
Jan 28, 2010
I am going to start to work with electronic signatures for a website for my company. Whats best practices and/or implementations. Note, I am not asking for anyone to spoon feed me code. I would like to be able to use a usb signature pad and submit the signature to the website with it.
View 1 Replies
Apr 24, 2010
[ASP.NET 3.5, FormsAuthentication, SQL Server]
In the Roles table there is Role, and RoleType.
I have 3different roles, 2 of which have sub-roles.
Example
Role----------------------Type
Adminstrator
Subscriber---Basic
Subscriber---Business
I need to implement Code Access Security, and URL based security using the roles & types...
For instance, the (Subscriber/Basic) would need to view a different set of pages, and have different access to things then a (Subscriber/Business).
I think I can handle the Code Access security with a custom attribute, but I am unsure to how enforce a User be apart of 2 roles in the URL Authorization.
I am currently using the web.config to deny/allow access to the directories/pages.
e.g.
/Areas/Admin/web.config
[Code]....
Is it possible to force the user to be apart of 2 roles with this technique?
View 1 Replies
Jun 15, 2010
I have searched and could not find any article related to "How to implement Certificate Security in
production environment".
I could able to Create sample certificates for client and Server on my local machine and was able to authenticate my client app with the certificates . These certificates are test certificates.
How do I do this in Production. We have a domain certificate from GoDaddy which resides on the server. How do I create a Client Certificate off of that.
View 2 Replies
Sep 25, 2010
I am making application in asp.net and I wanted to implement security features in my application I want help from you experts with good logic on implementing security Field Level, Button Level and different DIV section level security. Where I wanted like read only, addition, edit and delete and also I can make Groups and then assign user in that so that group security I can give. Customize security for some users.I am ready to use some DLL or Active X which give me above.
Before I was using database for security logic where in I was putting some codes in comma format and was looking that for specific control on form load but it have disadvantage that when some user have access to database that can alter make problem.
View 2 Replies
Apr 14, 2010
i want to Ask One Question in Wcf,How we Implement Security In Wcf Plz Give me one example , and tell me how many types of security in wcf.
View 1 Replies
Mar 21, 2011
Mine is an asp.net website on c#.
I have to perform an action and want to authorize and authenticate before performing that action because it is very crititcal.
I can provide normal user and password. but besides that how can i ensure that its secure ??
Any more levels of security features i can provide.
how can i implement RSA ?? in such a scenario?
View 2 Replies
Jun 6, 2010
How to implement google checkout with C# and asp.net using any of the methods. I have implemented the Gcheckout.dll and "buy now" button method. but these methods do not have any return url thing. is there any other method to implement google checkout and is there any web service method which can be used to do the same.
I want that after payment at google checkout, google checkout should auto redirect to my site from where payment process has started.
View 10 Replies
May 4, 2010
How to implement Single sign on in asp.net web application.
Give me to full tutorial. How to implement this in two apps.
View 3 Replies
Jul 11, 2010
How to implement role based security in each page.
View 2 Replies
Apr 1, 2010
how can i implement cookieless authentication in .net??
View 5 Replies