TheActivationKeyGenerator..::..ReadLicensesForActivationKey Method
This function reads (deserializes) licenses from existing license files in a directory for each skuid.
Namespace:
nsCDEngine.ActivationKeyAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static bool ReadLicensesForActivationKey( string licenseDirectory, List<byte[]> publicKeyCSPBlobs, out List<TheLicense> licenses )
Public Shared Function ReadLicensesForActivationKey ( _ licenseDirectory As String, _ publicKeyCSPBlobs As List(Of Byte()), _ <OutAttribute> ByRef licenses As List(Of TheLicense) _ ) As Boolean
public: static bool^ ReadLicensesForActivationKey( String^ licenseDirectory, List<array<unsigned char^>^>^ publicKeyCSPBlobs, [OutAttribute] List<TheLicense^>^% licenses )