<PackageReference Include="System.Security.Principal.Windows" Version="4.0.0-beta-22231" />
API Differences between 4.0.0-beta-22231 and 5.0.0
0 Additions
51 Removals
Microsoft.Win32.SafeHandles
System.Security.Principal
-
public enum WellKnownSidType
-
public enum WindowsAccountType
-
public class WindowsIdentity : ClaimsIdentity, IDisposable
- public const string DefaultIssuer = "AD AUTHORITY"
- public SafeAccessTokenHandle AccessToken { get; }
- public virtual IEnumerable<Claim> DeviceClaims { get; }
- public virtual IEnumerable<Claim> UserClaims { get; }
- public WindowsIdentity(IntPtr userToken, string type, WindowsAccountType acctType)
- public WindowsIdentity(IntPtr userToken, string type, WindowsAccountType acctType, bool isAuthenticated)
- public WindowsIdentity(SerializationInfo info, StreamingContext context)
- protected WindowsIdentity(WindowsIdentity identity)
- public WindowsIdentity(string sUserPrincipalName)
- public static void RunImpersonated(SafeAccessTokenHandle safeAccessTokenHandle, Action action)
- public static T RunImpersonated<T>(SafeAccessTokenHandle safeAccessTokenHandle, Func<T> func)
- public static Task RunImpersonatedAsync(SafeAccessTokenHandle safeAccessTokenHandle, Func<Task> func)
- public static Task<T> RunImpersonatedAsync<T>(SafeAccessTokenHandle safeAccessTokenHandle, Func<Task<T>> func)
-
public class WindowsPrincipal : ClaimsPrincipal