Class SiteMachineKey

java.lang.Object
com.microsoft.azure.management.appservice.SiteMachineKey

public class SiteMachineKey extends Object
MachineKey of an app.
  • Constructor Details

    • SiteMachineKey

      public SiteMachineKey()
  • Method Details

    • validation

      public String validation()
      Get machineKey validation.
      Returns:
      the validation value
    • withValidation

      public SiteMachineKey withValidation(String validation)
      Set machineKey validation.
      Parameters:
      validation - the validation value to set
      Returns:
      the SiteMachineKey object itself.
    • validationKey

      public String validationKey()
      Get validation key.
      Returns:
      the validationKey value
    • withValidationKey

      public SiteMachineKey withValidationKey(String validationKey)
      Set validation key.
      Parameters:
      validationKey - the validationKey value to set
      Returns:
      the SiteMachineKey object itself.
    • decryption

      public String decryption()
      Get algorithm used for decryption.
      Returns:
      the decryption value
    • withDecryption

      public SiteMachineKey withDecryption(String decryption)
      Set algorithm used for decryption.
      Parameters:
      decryption - the decryption value to set
      Returns:
      the SiteMachineKey object itself.
    • decryptionKey

      public String decryptionKey()
      Get decryption key.
      Returns:
      the decryptionKey value
    • withDecryptionKey

      public SiteMachineKey withDecryptionKey(String decryptionKey)
      Set decryption key.
      Parameters:
      decryptionKey - the decryptionKey value to set
      Returns:
      the SiteMachineKey object itself.