ICDEActivation..::..ApplyActivationKey Method
Applies the activation key.
Namespace:
nsCDEngine.InterfacesAssembly: C-DEngine (in C-DEngine.dll)
Syntax
bool ApplyActivationKey( string key, Guid licenseId, out DateTimeOffset expirationDate )
Function ApplyActivationKey ( _ key As String, _ licenseId As Guid, _ <OutAttribute> ByRef expirationDate As DateTimeOffset _ ) As Boolean
bool^ ApplyActivationKey( String^ key, Guid^ licenseId, [OutAttribute] DateTimeOffset^% expirationDate )
Parameters
- key
- Type: String
The key.
- licenseId
- Type: Guid
The license identifier.
- expirationDate
- Type: DateTimeOffset%
The expiration date.