S
Somdeep Guha Niyogi
Guest
Dear All,
I am new to .net and Need to convert a piece of Java Code to c#. The code is used to get SAML authentication for the .svc client with the following
private static final String XMLNS_WSSSEC = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
private static final String XMLNS_SAML_ASSERTION = "urnasis:names:tc:SAML:2.0:assertion";
private static final String XMLNS_PREFIX_SAML = "saml";
There is another url which helps me to recieve the Signature.
Thanks a lot in Advance.
BR
Continue reading...
I am new to .net and Need to convert a piece of Java Code to c#. The code is used to get SAML authentication for the .svc client with the following
private static final String XMLNS_WSSSEC = "http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd";
private static final String XMLNS_SAML_ASSERTION = "urnasis:names:tc:SAML:2.0:assertion";
private static final String XMLNS_PREFIX_SAML = "saml";
There is another url which helps me to recieve the Signature.
Thanks a lot in Advance.
BR
Continue reading...