C-DEngine 5.105

TheActivationKeyGenerator..::..ReadLicensesForActivationKey Method

This function reads (deserializes) licenses from existing license files in a directory for each skuid.

Namespace:  nsCDEngine.ActivationKey
Assembly:  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
)

Parameters

licenseDirectory
Type: String
publicKeyCSPBlobs
Type: List<(Of <(<'array<Byte>[]()[][]>)>)>
licenses
Type: List<(Of <(<'TheLicense>)>)>%

Return Value