Example #1
0
		static TrustVersion ()
		{
			var dic = new XmlDictionary ();
			WSTrust13 = new TrustVersionImpl () { Prefix = dic.Add ("wst"), Namespace = dic.Add ("http://docs.oasis-open.org/ws-sx/ws-trust/200512") };
			WSTrustFeb2005 = new TrustVersionImpl () { Prefix = dic.Add ("wsse"), Namespace = dic.Add ("http://schemas.xmlsoap.org/ws/2002/12/secext") };
			Default = WSTrust13;
		}
Example #2
0
        static TrustVersion()
        {
            var dic = new XmlDictionary();

            WSTrust13 = new TrustVersionImpl()
            {
                Prefix = dic.Add("wst"), Namespace = dic.Add("http://docs.oasis-open.org/ws-sx/ws-trust/200512")
            };
            WSTrustFeb2005 = new TrustVersionImpl()
            {
                Prefix = dic.Add("wsse"), Namespace = dic.Add("http://schemas.xmlsoap.org/ws/2002/12/secext")
            };
            Default = WSTrust13;
        }