<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>license key Archives - CenterSpace</title>
	<atom:link href="https://www.centerspace.net/tag/license-key/feed" rel="self" type="application/rss+xml" />
	<link>https://www.centerspace.net/tag/license-key</link>
	<description>.NET numerical class libraries</description>
	<lastBuildDate>Fri, 13 Dec 2019 21:10:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>
<site xmlns="com-wordpress:feed-additions:1">104092929</site>	<item>
		<title>Setting the NMath License Key</title>
		<link>https://www.centerspace.net/setting-the-nmath-license-key</link>
					<comments>https://www.centerspace.net/setting-the-nmath-license-key#comments</comments>
		
		<dc:creator><![CDATA[Ken Baldwin]]></dc:creator>
		<pubDate>Wed, 01 Aug 2012 19:46:51 +0000</pubDate>
				<category><![CDATA[CenterSpace]]></category>
		<category><![CDATA[NMath]]></category>
		<category><![CDATA[NMath Stats]]></category>
		<category><![CDATA[license key]]></category>
		<category><![CDATA[licensing]]></category>
		<guid isPermaLink="false">http://www.centerspace.net/blog/?p=4052</guid>

					<description><![CDATA[<p>NMath license information is stored in a license key which must be found at runtime. When you purchase one or more developer seats of NMath, you will be issued a license key describing the terms of your license. If no license key is found at runtime, a default evaluation license key is used which provides [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/setting-the-nmath-license-key">Setting the NMath License Key</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><strong>NMath</strong> license information is stored in a license key which must be found at runtime. When you purchase one or more developer seats of <strong>NMath</strong>, you will be issued a license key describing the terms of your license.</p>
<p>If no license key is found at runtime, a default evaluation license key is used which provides a free 30-day evaluation period for <strong>NMath</strong> on the current machine.</p>
<p>Three mechanisms are supported for setting your <strong>NMath</strong> license key:</p>
<ul>
<li>by setting the <code>NMATH_LICENSE_KEY</code> environment variable</li>
<li>by setting the <code>NMathLicenseKey</code> configuration app setting</li>
<li>by programmatically setting the <code>LicenseKey</code> property on class <a href="https://www.centerspace.net/doc/NMathSuite/ref/html/T_CenterSpace_NMath_Core_NMathConfiguration.htm">NMathConfiguration</a></li>
</ul>
<p>Settings are applied in that order, and resetting the license key takes precedent over any earlier values. For example, here the environment variable is used:</p>
<pre class="code"> &gt; set NMATH_LICENSE_KEY="&lt;your key here&gt;"</pre>
<p>This code uses an app config file:</p>
<pre class="code">&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;configuration&gt;
  &lt;appSettings&gt;
    &lt;add key="NMathLicenseKey" value="<strong>&lt;your key here&gt;</strong>" /&gt;
  &lt;/appSettings&gt;
&lt;/configuration&gt;</pre>
<p>And this code accomplishes the same thing programmatically:</p>
<pre class="code">NMathConfiguration.LicenseKey = "<strong>&lt;your key here&gt;</strong>";</pre>
<p><strong>Note 1:</strong> Setting your license key works the same way for development and deployment machines.</p>
<p><strong>Note 2:</strong> If you forget to set your license key on a machine, your code <strong>NMath</strong> code will work initially, using the default evaluation license, but this license will expire in 30 days.</p>
<p>The post <a rel="nofollow" href="https://www.centerspace.net/setting-the-nmath-license-key">Setting the NMath License Key</a> appeared first on <a rel="nofollow" href="https://www.centerspace.net">CenterSpace</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.centerspace.net/setting-the-nmath-license-key/feed</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4052</post-id>	</item>
	</channel>
</rss>
