重新做這個問題,因爲我不知道我是否正確地得到了我的觀點。 我有一個signedXML對象 Dim signedXml As New SignedXml(envelope)
我需要設置此對象的SigningKey財產 signedXml.SigningKey
我也有我的證書對象 Dim cert As X509Certificate = Me.GetX509Certificate
如何設
解密我找兩個函數概念上類似於這些: // returns the encrypted text
string encrypt(string public_key, string pass_phrase, string text);
// returns the original text
string decrypt(string private_key, string pass_phras