コード例 #1
0
ファイル: SecurityUtils.cs プロジェクト: setamodius/wcf
 internal static WindowsIdentity CloneWindowsIdentityIfNecessary(WindowsIdentity wid)
 {
     return(SecurityUtils.CloneWindowsIdentityIfNecessary(wid, null));
 }