AutodeskAppStore.Entitlement
1.4.0
Install-Package AutodeskAppStore.Entitlement -Version 1.4.0
dotnet add package AutodeskAppStore.Entitlement --version 1.4.0
<PackageReference Include="AutodeskAppStore.Entitlement" Version="1.4.0" />
paket add AutodeskAppStore.Entitlement --version 1.4.0
#r "nuget: AutodeskAppStore.Entitlement, 1.4.0"
// Install AutodeskAppStore.Entitlement as a Cake Addin
#addin nuget:?package=AutodeskAppStore.Entitlement&version=1.4.0
// Install AutodeskAppStore.Entitlement as a Cake Tool
#tool nuget:?package=AutodeskAppStore.Entitlement&version=1.4.0
AutodeskAppStore.Entitlement
AutodeskAppStore.Entitlement is a library that provides the ability to check if the currently signed in user has a valid Entitlement to use an app from the Autodesk App Store.
Usage
This library contains a public EntitlementService
class which contains a method called ValidAppUser()
. The App Id needs to be passed in and it will return a bool value on whether the current user has a valid Entitlement to use the app.
If the user is not signed in to Inventor using their Autodesk ID, the Autodesk sign in window will be presented to them.
The ValidAppUser()
method can either be used as an extension method of Inventor.Application
or by calling it directly from the EntitlementService
class and passing in the Inventor.Application
instance and the App Id.
bool validUser = EntitlementService.ValidAppUser(inventor, "insert_App_Id_here");
or
bool validUser = inventor.ValidAppUser("insert_App_Id_here");
Legal
This library is not affiliated with with Autodesk or its subsidiaries. Autodesk Inventor is a registered trademark of Autodesk, Inc. A license of Autodesk Inventor is required to use this library as it is dependent on the application interop.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- RestSharp (>= 106.11.7)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.4.0 | 50 | 5/1/2022 |