最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

web services - How to sign <EncryptedAssertion> element using the STR-Transform algorithm in c# - Stack Overflow

programmeradmin1浏览0评论

In the SOAPEnvelope.

I wants to signed the xml element 'EncryptedAssertion'.

<EncryptedAssertion>
    <EncryptedData>....</EncryptedData>
</EncryptedAssertion>

using the below Transform algorithm (STR-Transform)

<Transform Algorithm=".0#STR-Transform">
    <o:TransformationParameters>
        <CanonicalizationMethod Algorithm=";/>
    </o:TransformationParameters>
</Transform>

Whats kind of Transform class would be helpful here?

In C#, I only can see just the following Transform classes. Which i thinks none of these relates to the STS-Transform.

How you will suggest to signed the "<EncryptedAssertion" element using the SecurityTokenRequest-Transform?

Thanks in advance for any tips :)

发布评论

评论列表(0)

  1. 暂无评论