public class SiteMachineKey extends Object
| Constructor and Description |
|---|
SiteMachineKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
decryption()
Get the decryption value.
|
String |
decryptionKey()
Get the decryptionKey value.
|
String |
validation()
Get the validation value.
|
String |
validationKey()
Get the validationKey value.
|
SiteMachineKey |
withDecryption(String decryption)
Set the decryption value.
|
SiteMachineKey |
withDecryptionKey(String decryptionKey)
Set the decryptionKey value.
|
SiteMachineKey |
withValidation(String validation)
Set the validation value.
|
SiteMachineKey |
withValidationKey(String validationKey)
Set the validationKey value.
|
public String validation()
public SiteMachineKey withValidation(String validation)
validation - the validation value to setpublic String validationKey()
public SiteMachineKey withValidationKey(String validationKey)
validationKey - the validationKey value to setpublic String decryption()
public SiteMachineKey withDecryption(String decryption)
decryption - the decryption value to setpublic String decryptionKey()
public SiteMachineKey withDecryptionKey(String decryptionKey)
decryptionKey - the decryptionKey value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/