<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: principal code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 20:55:43 GMT</pubDate>
    <description>DZone Snippets: principal code</description>
    <item>
      <title>&#232;&#381;&#183;&#229;?&#8211;&#229;&#189;&#8220;&#229;&#8240;?&#231;&#8482;&#187;&#233;&#8482;&#8224;&#231;&#8221;&#168;&#230;&#710;&#183;&#231;&#353;&#8222;&#231;&#8482;&#187;&#233;&#8482;&#8224;&#229;??</title>
      <link>http://snippets.dzone.com/posts/show/2819</link>
      <description>// description of your code here&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;http://support.microsoft.com/default.aspx?scid=kb;zh-CN;832769&lt;br /&gt;//&#232;&#381;&#183;&#229;?&#8211;&#229;&#189;&#8220;&#229;&#8240;?&#231;&#8482;&#187;&#233;&#8482;&#8224;&#231;&#8221;&#168;&#230;&#710;&#183;&#231;&#353;&#8222;&#231;&#8482;&#187;&#233;&#8482;&#8224;&#229;?? &lt;br /&gt;WindowsPrincipal wp = (WindowsPrincipal)Thread.CurrentPrincipal; &lt;br /&gt;string wpname = wp.Identity.Name.ToString(); &lt;br /&gt;int j = wpname.LastIndexOf("\\"); &lt;br /&gt;string userName = wpname.Substring(j+1); &lt;br /&gt;string domainName = wpname.Substring(0,j); &lt;br /&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 15 Oct 2006 04:24:55 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2819</guid>
      <author>mornlee (mornlee)</author>
    </item>
  </channel>
</rss>
