Class SiteMachineKey
java.lang.Object
com.microsoft.azure.management.appservice.SiteMachineKey
MachineKey of an app.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet algorithm used for decryption.Get decryption key.Get machineKey validation.Get validation key.withDecryption
(String decryption) Set algorithm used for decryption.withDecryptionKey
(String decryptionKey) Set decryption key.withValidation
(String validation) Set machineKey validation.withValidationKey
(String validationKey) Set validation key.
-
Constructor Details
-
SiteMachineKey
public SiteMachineKey()
-
-
Method Details
-
validation
Get machineKey validation.- Returns:
- the validation value
-
withValidation
Set machineKey validation.- Parameters:
validation
- the validation value to set- Returns:
- the SiteMachineKey object itself.
-
validationKey
Get validation key.- Returns:
- the validationKey value
-
withValidationKey
Set validation key.- Parameters:
validationKey
- the validationKey value to set- Returns:
- the SiteMachineKey object itself.
-
decryption
Get algorithm used for decryption.- Returns:
- the decryption value
-
withDecryption
Set algorithm used for decryption.- Parameters:
decryption
- the decryption value to set- Returns:
- the SiteMachineKey object itself.
-
decryptionKey
Get decryption key.- Returns:
- the decryptionKey value
-
withDecryptionKey
Set decryption key.- Parameters:
decryptionKey
- the decryptionKey value to set- Returns:
- the SiteMachineKey object itself.
-