AssemblyKeyAttribute Class
This is an assembly attribute to be used to defined the encryption key that
should be used to decrypt the license file when it is encrypted. If the value
is defined then the license file will be decrypted using the defined key. If
the decrypt fails then an exception will be thrown.
Namespace:
CAS.Lib.CodeProtectAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[AttributeUsageAttribute] public class AssemblyKeyAttribute : Attribute
<AttributeUsageAttribute> _ Public Class AssemblyKeyAttribute _ Inherits Attribute
[AttributeUsageAttribute] public ref class AssemblyKeyAttribute : public Attribute