Beispiel #1
0
 internal static WindowsIdentity CloneWindowsIdentityIfNecessary(WindowsIdentity wid)
 {
     return(SecurityUtils.CloneWindowsIdentityIfNecessary(wid, null));
 }