Example #1
0
        /// <summary>
        /// This method is used to ovewrite the To String Function
        /// This will serialise this object to XML
        /// </summary>
        public override string ToString()
        {
            // Serialize to XML
            String xml = SAMLHelper.Serialize(typeof(LogoutRequest), this);

            return(xml);
        }
Example #2
0
        /// <summary>
        /// This method is used to ovewrite the To String Function
        /// This will serialise this object to XML
        /// </summary>
        public override string ToString()
        {
            // Serialize to XML
            String xml = SAMLHelper.Serialize(typeof(SAMLResponse), this);

            return(xml);
        }