System.Windows.Media.LicenseAcquirer.OnAcquireLicense C# (CSharp) Method

OnAcquireLicense() protected method

protected OnAcquireLicense ( Stream licenseChallenge, Uri licenseServerUri ) : void
licenseChallenge Stream
licenseServerUri System.Uri
return void
		protected internal virtual void OnAcquireLicense (Stream licenseChallenge, Uri licenseServerUri)
		{
			throw new NotImplementedException ();
		}