Click or drag to resize
ValidateRegistration Properties

The ValidateRegistration type exposes the following members.

Properties
  NameDescription
Public propertyAddress1
Gets the customer's street address (or line 1 of the customer's address).
Public propertyAddress2
Gets the customer's second address line (i.e. apartment or suite number).
Public propertyCity
Gets the city of the customer's address.
Public propertyClassName
Gets or sets the class name of the WebServiceClient object.
(Inherited from WebServiceCall.)
Public propertyCompany
Gets the customer's company name.
Public propertyCountry
Gets the country of the customer's address.
Public propertyCustomerID
Gets the Customer ID, which uniquely identifies the customer to which this License ID belongs.
Public propertyEmail
Gets the customer's email address.
Public propertyEncryptionKey
Gets or sets the author encryption key data.
(Inherited from WebServiceCall.)
Public propertyErrorMessage
Gets or sets the error message returned by the web service method call. (See http://www.softwarekey.com/go/?ID=20 for a list of possible values.)
(Inherited from WebServiceCall.)
Public propertyEuropeanUnionVATNumber
Gets the customer's European Union VAT number.
Public propertyFax
Gets the customer's fax number.
Public propertyFirstName
Gets the customer's first name.
Public propertyLastError
Gets or sets the last error which occurred.
(Inherited from WebServiceCall.)
Public propertyLastName
Gets the customer's last name.
Public propertyLicenseeEmail
Gets the licensee's email address.
Public propertyLicenseeName
Gets the licensee's name.
Public propertyLicenseID
Gets or sets the License ID (requires a value for the Password property when non-zero).
Public propertyMethodName
Gets or sets the name of the method which will be called from the WebServiceClient object.
(Inherited from WebServiceCall.)
Public propertyNotes
Gets notes about the customer.
Public propertyPassword
Gets or sets the password (required when LicenseID is set to a non-zero value). This may be set to the activation password assigned to the license, or the customer password, in SOLO Server.
Public propertyPhone
Gets the customer's phone number.
Public propertyPostalCode
Gets the customer's zip/postal code.
Public propertyProdOptionID
Gets the Product Option ID with which the License ID was created.
Public propertyProductID
Gets or sets the Product ID (required when SerialNumber is not empty).
Public propertyRequireSsl
Gets or sets whether or not SSL certificate validation to check.
(Inherited from WebServiceCall.)
Public propertyResultCode
Gets or sets the result code returned by the web service method call. (See http://www.softwarekey.com/go/?ID=20 for a list of possible values.)
(Inherited from WebServiceCall.)
Public propertySerialNumber
Gets or sets the Serial number (requires a value for the ProductID property when not empty).
Public propertySessionCode
Gets or sets the randomized session code (used to deter replay attacks).
(Inherited from WebServiceCall.)
Public propertySessionCodeValidation
Gets or sets whether or not session code validation should be done automatically.
(Inherited from WebServiceCall.)
Public propertyStateProvince
Gets the state/province of the customer's address.
Public propertyUseDigitalSignature
Overrides the UseDigitalSignature property to reflect the fact that this web service method does not support digital signatures.
(Overrides WebServiceCallUseDigitalSignature.)
Public propertyUseEncryption
Overrides the UseEncryption property to reflect the fact that this web service method does not support encryption.
(Overrides WebServiceCallUseEncryption.)
Public propertyWebServiceClient
Gets or sets the SoapHttpClientProtocol object (.NET Framework) or the XmlWebService object (.NET Standard 2.0) used to perform the web service method call.
(Inherited from WebServiceCall.)
Public propertyWebServiceResponse
Gets or set the XmlNode object reference for the root XML node of the web service response.
(Inherited from WebServiceCall.)
Top
See Also