Click or drag to resize

HelperGetLicense Method

Decrypt a license text and extract its generation date, version, serial number, name and type

Namespace: Seal.Helpers
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public static void GetLicense(
	string text,
	out DateTime generationDate,
	out int version,
	out string serial,
	out string name,
	out string type
)

Parameters

text  String
 
generationDate  DateTime
 
version  Int32
 
serial  String
 
name  String
 
type  String
 
See Also