Click or drag to resize
AuthorEncryptionKey Class
Class for internal encryption key data storage and use.
Inheritance Hierarchy
SystemObject
  com.softwarekey.Client.UtilsAuthorEncryptionKey

Namespace: com.softwarekey.Client.Utils
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public class AuthorEncryptionKey

The AuthorEncryptionKey type exposes the following members.

Constructors
  NameDescription
Public methodAuthorEncryptionKey(String, String)
Creates a new AuthorEncryptionKey object, initialized with the specified envelope and envelope key data.
Public methodAuthorEncryptionKey(String, String, Boolean)
Creates a new AuthorEncryptionKey object, initialized with the specified envelope and envelope key data.
Top
Properties
  NameDescription
Public propertyEncryptionKeyID
Gets the Encryption Key ID.
Public propertyIsEvaluation
Gets whether or not the envelope being used is for an evaluation.
Public propertyIsEvaluationExpired
Gets whether or not the envelope being used is for an evaluation which has expired.
Public propertyLastError
Gets the last error (represented by a LicenseError object) which occurred in this object.
Top
Methods
  NameDescription
Public methodClear
Clears out previous data - THIS WILL MAKE THIS OBJECT INSTANCE UNUSABLE!
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also