TheActivationKeyManager..::..ValidateActivationkey Method
Namespace:
nsCDEngine.Activation
Assembly: C-DEngine (in C-DEngine.dll)
Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string[] ValidateActivationkey( ICDESecrets mySecrets, string activationKeyString, Guid deviceId, List<TheLicense> allLicenses, out List<TheLicenseActivationInformation> activatedLicenses, out DateTimeOffset expirationDate )
Public Shared Function ValidateActivationkey ( _ mySecrets As ICDESecrets, _ activationKeyString As String, _ deviceId As Guid, _ allLicenses As List(Of TheLicense), _ <OutAttribute> ByRef activatedLicenses As List(Of TheLicenseActivationInformation), _ <OutAttribute> ByRef expirationDate As DateTimeOffset _ ) As String()
public: static array<String^>^ ValidateActivationkey( ICDESecrets^ mySecrets, String^ activationKeyString, Guid^ deviceId, List<TheLicense^>^ allLicenses, [OutAttribute] List<TheLicenseActivationInformation^>^% activatedLicenses, [OutAttribute] DateTimeOffset^% expirationDate )
Parameters
- mySecrets
- Type: nsCDEngine.Interfaces..::..ICDESecrets
- activationKeyString
- Type: String
- deviceId
- Type: Guid
- allLicenses
- Type: List<(Of <(<'TheLicense>)>)>
- activatedLicenses
- Type: List<(Of <(<'TheLicenseActivationInformation>)>)>%
- expirationDate
- Type: DateTimeOffset%