Esempio n. 1
0
		static SecureConversationVersion ()
		{
			var dic = new XmlDictionary ();
			WSSecureConversation13 = new SecureConversationVersionImpl () { Prefix = dic.Add ("wsse"), Namespace = dic.Add ("http://schemas.xmlsoap.org/ws/2002/12/secext") };
			WSSecureConversationFeb2005 = new SecureConversationVersionImpl () { Prefix = dic.Add ("wsse"), Namespace = dic.Add ("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd") };
			Default = WSSecureConversation13;
		}
Esempio n. 2
0
        static SecureConversationVersion()
        {
            var dic = new XmlDictionary();

            WSSecureConversation13 = new SecureConversationVersionImpl()
            {
                Prefix = dic.Add("wsse"), Namespace = dic.Add("http://schemas.xmlsoap.org/ws/2002/12/secext")
            };
            WSSecureConversationFeb2005 = new SecureConversationVersionImpl()
            {
                Prefix = dic.Add("wsse"), Namespace = dic.Add("http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd")
            };
            Default = WSSecureConversation13;
        }