标签: c# .net security private-key xml-signature
我需要将byte []转换为AsymmetricAlgorithm的某些实现。我正在尝试签署xml,我只能在字节数组中获取私钥。 如果有人需要知道的话,我正在使用非常好的PKCS11.Net来访问令牌。
xml
我用来签名的课程是:System.Security.Cryptography.Xml.SignedXml 该属性仅询问AsymmetricAlgorithm:XmlSignedXml.SigningKey;
System.Security.Cryptography.Xml.SignedXml
XmlSignedXml.SigningKey
有谁知道怎么做?
答案 0 :(得分:0)
使用像http://www.bouncycastle.org/这样的库来导入它。