关于数字签名 [英] about digital signature

查看:99
本文介绍了关于数字签名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在c#中开始编码以生成消息的签名请有人建议我....

how to start coding in c# for generating signature for a message please anyone suggest me....

推荐答案





数字签名验证用户是否是他们声称的用户。

首先,您需要检查您要进行身份验证的要求。



无论您是在尝试对电子邮件或机器登录等用户进行身份验证,还是为服务器/客户端计算机进行身份验证,都需要不同的策略。



干杯
Hi,

Digital Signature verifies if the user is who they claim to be.
First of all you will need to check your requirement on what you want to authenticate.

Whether you are trying to authenticate a user like in Email or machine login or is it for a server/client machine as both require different strategy.

Cheers


如果我的理解是正确的,你会尝试应用数字签名并加密电子邮件,然后再发送给接受者。如果是这样,您将必须访问由证书颁发机构颁发的Dig签名和加密证书。



这些证书是用户特定的,将存储在mmc证书快照中-in如果安装,如果找不到您的电子邮件数字证书和加密证书,则必须从Verisign或您的组织网络管理员等CA请求。



您必须使用System.Security.Cryptography.X509Certificates类库进行编码。



希望这有帮助



干杯
If my understanding is correct you are trying to apply the digital signature and encrypt the email message before sending to the recipient. If so, you will have to access the Dig Signature and Encryption certificates issued by the Certificate Authority.

These certificates are user specific and will be stored in the mmc certificate snap-in if installed, if you cannot find your email digital certificate and encryption certifictaes you will have to request it from a CA like Verisign or your organization network admin.

You will have to use the System.Security.Cryptography.X509Certificates class library to code.

Hope this helps

Cheers


这篇关于关于数字签名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆