如何在WIF STS中使用SHA256签署安全令牌?

时间:2015-06-04 13:43:58

标签: .net-4.5 wif claims-based-identity thinktecture-ident-model thinktecture

我正在使用Thinktecture STS并想使用SHA256而不是SHA1签署已发行的令牌? 我尝试使用以下方法将算法添加到应用程序中:

CryptoConfig.AddAlgorithm(
         typeof(RSAPKCS1SHA256SignatureDescription),
         "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256");

但它开始给出错误:

  

指定的算法无效

知道我使用的证书与SHA256兼容。 有什么想法吗?

0 个答案:

没有答案