C# Class Geowigo.ViewModels.LicensingManager

Show file Open project: WFoundation/WF.Player.WinPhone Class Usage Examples

Public Methods

Method Description
ValidateCustomSupportLicense ( ) : Task

Determines if the user has a valid custom support license, and ensures it is installed on the system if so.

Private Methods

Method Description
BuildCustomSupportCertificate ( ) : System.Threading.Tasks.Task
EncryptToFile ( string data, string filepath ) : void
HasActiveProductLicense ( string productId ) : bool
LoadRSAPublicKey ( ) : RSAParameters

Method Details

ValidateCustomSupportLicense() public method

Determines if the user has a valid custom support license, and ensures it is installed on the system if so.
public ValidateCustomSupportLicense ( ) : Task
return Task