ValidateRegistration Properties |
The ValidateRegistration type exposes the following members.
Name | Description | |
---|---|---|
![]() | Address1 | Gets the customer's street address (or line 1 of the customer's address). |
![]() | Address2 | Gets the customer's second address line (i.e. apartment or suite number). |
![]() | City | Gets the city of the customer's address. |
![]() | ClassName | Gets or sets the class name of the WebServiceClient object. (Inherited from WebServiceCall.) |
![]() | Company | Gets the customer's company name. |
![]() | Country | Gets the country of the customer's address. |
![]() | CustomerID | Gets the Customer ID, which uniquely identifies the customer to which this License ID belongs. |
![]() | Gets the customer's email address. | |
![]() | EncryptionKey | Gets or sets the author encryption key data. (Inherited from WebServiceCall.) |
![]() | ErrorMessage | 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.) |
![]() | EuropeanUnionVATNumber | Gets the customer's European Union VAT number. |
![]() | Fax | Gets the customer's fax number. |
![]() | FirstName | Gets the customer's first name. |
![]() | LastError | Gets or sets the last error which occurred. (Inherited from WebServiceCall.) |
![]() | LastName | Gets the customer's last name. |
![]() | LicenseeEmail | Gets the licensee's email address. |
![]() | LicenseeName | Gets the licensee's name. |
![]() | LicenseID | Gets or sets the License ID (requires a value for the Password property when non-zero). |
![]() | MethodName | Gets or sets the name of the method which will be called from the WebServiceClient object. (Inherited from WebServiceCall.) |
![]() | Notes | Gets notes about the customer. |
![]() | Password | 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. |
![]() | Phone | Gets the customer's phone number. |
![]() | PostalCode | Gets the customer's zip/postal code. |
![]() | ProdOptionID | Gets the Product Option ID with which the License ID was created. |
![]() | ProductID | Gets or sets the Product ID (required when SerialNumber is not empty). |
![]() | RequireSsl | Gets or sets whether or not SSL certificate validation to check. (Inherited from WebServiceCall.) |
![]() | ResultCode | 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.) |
![]() | SerialNumber | Gets or sets the Serial number (requires a value for the ProductID property when not empty). |
![]() | SessionCode | Gets or sets the randomized session code (used to deter replay attacks). (Inherited from WebServiceCall.) |
![]() | SessionCodeValidation | Gets or sets whether or not session code validation should be done automatically. (Inherited from WebServiceCall.) |
![]() | StateProvince | Gets the state/province of the customer's address. |
![]() | UseDigitalSignature | Overrides the UseDigitalSignature property to reflect the fact that this web service method does not support digital signatures. (Overrides WebServiceCallUseDigitalSignature.) |
![]() | UseEncryption | Overrides the UseEncryption property to reflect the fact that this web service method does not support encryption. (Overrides WebServiceCallUseEncryption.) |
![]() | WebServiceClient | 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.) |
![]() | WebServiceResponse | Gets or set the XmlNode object reference for the root XML node of the web service response. (Inherited from WebServiceCall.) |