DSInternals/Src/DSInternals.SAM/DSInternals.SAM.nuspec

23 lines
1.2 KiB
XML

<?xml version="1.0"?>
<package >
<metadata>
<id>DSInternals.SAM</id>
<version>$version$</version>
<title>DSInternals SAM</title>
<authors>Michael Grafnetter</authors>
<owners>Michael Grafnetter</owners>
<licenseUrl>https://github.com/MichaelGrafnetter/DSInternals/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://github.com/MichaelGrafnetter/DSInternals/</projectUrl>
<iconUrl>https://www.dsinternals.com/wp-content/uploads/ad.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>DSInternals SAM implements a client for the Security Accounts Manager Remote Protocol (SAM-R) and Local Security Authority Remote Protocol(MS-LSAD or LSARPC). It can be used to import password hashes into Active Directory or to query and modify LSA Policy.</description>
<summary>DSInternals SAM implements a client for SAM-R and MS-LSAD/LSARPC protocols.</summary>
<releaseNotes>Updated package references.</releaseNotes>
<copyright>Copyright (c) 2015-2019 Michael Grafnetter. All rights reserved.</copyright>
<tags>ActiveDirectory Security RPC SAMR LSARPC</tags>
<references>
<reference file="DSInternals.SAM.dll" />
</references>
</metadata>
</package>