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

admin2025-04-26  7

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 :)

转载请注明原文地址:http://conceptsofalgorithm.com/Algorithm/1745670123a313259.html

最新回复(0)