LicenseFile..::..HardwareKeyToken Property
Gets or sets the hardware key token.
this HardwareKeyToken is based on the information int the license
Namespace:
CAS.Lib.CodeProtect.LicenseDscAssembly: CAS.CodeProtect (in CAS.CodeProtect.dll)
Syntax
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] [ReadOnlyAttribute] public string HardwareKeyToken { get; set; }
<BindableAttribute> _ <BrowsableAttribute> _ <CategoryAttribute> _ <DefaultValueAttribute> _ <DescriptionAttribute> _ <DesignerSerializationVisibilityAttribute> _ <ReadOnlyAttribute> _ Public Property HardwareKeyToken As String Get Set
[BindableAttribute] [BrowsableAttribute] [CategoryAttribute] [DefaultValueAttribute] [DescriptionAttribute] [DesignerSerializationVisibilityAttribute] [ReadOnlyAttribute] public: property String^ HardwareKeyToken { String^ get (); void set (String^ value); }