Click or drag to resize
AuthorEncryptionKey Constructor (String, String)
Creates a new AuthorEncryptionKey object, initialized with the specified envelope and envelope key data.

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public AuthorEncryptionKey(
	string envelopeKey,
	string envelope
)

Parameters

envelopeKey
Type: SystemString
The Envelope Key received from SOLO Server.
envelope
Type: SystemString
The Envelope received from SOLO Server.
See Also