System.Security.Principal.Windows 4.6.0-rc1.19456.4
Provides classes for retrieving the current Windows user and for interacting with Windows users and groups. Commonly Used Types: System.Security.Principal.WindowsIdentity System.Security.Principal.SecurityIdentifier System.Security.Principal.NTAccount System.Security.Principal.WindowsPrincipal System.Security.Principal.IdentityReference System.Security.Principal.IdentityNotMappedException System.Security.Principal.WindowsBuiltInRole System.Security.Principal.WellKnownSidType When using NuGet 3.x this package requires at least version 3.4.
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata minClientVersion="2.12">
<id>System.Security.Principal.Windows</id>
<version>4.6.0-rc1.19456.4</version>
<title>System.Security.Principal.Windows</title>
<authors>Microsoft</authors>
<owners>microsoft,dotnetframework</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE.TXT</licenseUrl>
<projectUrl>https://github.com/dotnet/corefx</projectUrl>
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
<description>Provides classes for retrieving the current Windows user and for interacting with Windows users and groups.
Commonly Used Types:
System.Security.Principal.WindowsIdentity
System.Security.Principal.SecurityIdentifier
System.Security.Principal.NTAccount
System.Security.Principal.WindowsPrincipal
System.Security.Principal.IdentityReference
System.Security.Principal.IdentityNotMappedException
System.Security.Principal.WindowsBuiltInRole
System.Security.Principal.WellKnownSidType
When using NuGet 3.x this package requires at least version 3.4.</description>
<releaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</releaseNotes>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<serviceable>true</serviceable>
<dependencies>
<group targetFramework=".NETFramework4.6">
<dependency id="System.Security.Claims" version="4.3.0" />
</group>
<group targetFramework=".NETFramework4.6.1" />
<group targetFramework=".NETCoreApp2.0">
<dependency id="Microsoft.NETCore.Platforms" version="3.0.0-rc1.19456.4" />
</group>
<group targetFramework=".NETCoreApp2.1">
<dependency id="Microsoft.NETCore.Platforms" version="3.0.0-rc1.19456.4" />
</group>
<group targetFramework=".NETCoreApp3.0" />
<group targetFramework=".NETStandard1.3">
<dependency id="Microsoft.Win32.Primitives" version="4.3.0" exclude="Compile" />
<dependency id="System.Collections" version="4.3.0" exclude="Compile" />
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Compile" />
<dependency id="System.Reflection" version="4.3.0" exclude="Compile" />
<dependency id="System.Resources.ResourceManager" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime" version="4.3.0" />
<dependency id="System.Runtime.Extensions" version="4.3.0" exclude="Compile" />
<dependency id="System.Runtime.Handles" version="4.3.0" />
<dependency id="System.Runtime.InteropServices" version="4.3.0" exclude="Compile" />
<dependency id="System.Security.Claims" version="4.3.0" />
<dependency id="System.Security.Principal" version="4.3.0" />
<dependency id="System.Text.Encoding" version="4.3.0" exclude="Compile" />
<dependency id="System.Threading" version="4.3.0" exclude="Compile" />
</group>
<group targetFramework=".NETStandard2.0" />
<group targetFramework="UAP10.0.16299" />
</dependencies>
<frameworkAssemblies>
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6.1" />
<frameworkAssembly assemblyName="mscorlib" targetFramework=".NETFramework4.6" />
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.1" />
</frameworkAssemblies>
</metadata>
</package>