ManualActivationKeyRandomIVSection Property |
The random portion of the IV that is also included with the activation code
Namespace: com.softwarekey.Client.Compatibility.ProtectionPLUS4Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntaxpublic byte[] RandomIVSection { get; set; }
Public Property RandomIVSection As Byte()
Get
Set
public:
property array<unsigned char>^ RandomIVSection {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
Property Value
Type:
Byte
See Also