Skip to main content

Class SignedPublicKey

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SignedPublicKey. Represents all licenses for this owner at this site.

Inheritance

objectSignedPublicKey

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SignedPublicKey()

Default constructor - defaults any enum props to 0.

Properties

ExpiryDate

Date when the signature expires. No Timezone.

Property Value

DateTime

Key

Public key held by module owner.

Property Value

DSAParameters

OwnerName

The name of the module owner, not visible in GUI but used in the code. OwnerName SUPEROFFICE is reserved and may NEVER be used by partners. This must be in UPPER CASE and only contain A-Z and 0-9. NO EXTENDED CHARACTERS please.

Property Value

string

SignDate

Date when the the public key was signed. No Timezone.

Property Value

DateTime

Signature

Signature - Base64 encoded value

Property Value

string

See Also

LicenseAgent