コード例 #1
0
        /// <summary>
        /// Gets the security service.  It's assumed that the client is aready
        /// logged in
        /// </summary>
        public static SecurityService GetSecurityService()
        {
            ServiceManager m_mgr = GetServiceManager();

            return(m_mgr.m_secSvc);
        }