public final class SiteMachineKey extends Object
| Constructor and Description |
|---|
SiteMachineKey() |
| Modifier and Type | Method and Description |
|---|---|
String |
decryption()
Get the decryption property: Algorithm used for decryption.
|
String |
decryptionKey()
Get the decryptionKey property: Decryption key.
|
void |
validate()
Validates the instance.
|
String |
validation()
Get the validation property: MachineKey validation.
|
String |
validationKey()
Get the validationKey property: Validation key.
|
SiteMachineKey |
withDecryption(String decryption)
Set the decryption property: Algorithm used for decryption.
|
SiteMachineKey |
withDecryptionKey(String decryptionKey)
Set the decryptionKey property: Decryption key.
|
SiteMachineKey |
withValidation(String validation)
Set the validation property: MachineKey validation.
|
SiteMachineKey |
withValidationKey(String validationKey)
Set the validationKey property: Validation key.
|
public String validation()
public SiteMachineKey withValidation(String validation)
validation - the validation value to set.public String validationKey()
public SiteMachineKey withValidationKey(String validationKey)
validationKey - the validationKey value to set.public String decryption()
public SiteMachineKey withDecryption(String decryption)
decryption - the decryption value to set.public String decryptionKey()
public SiteMachineKey withDecryptionKey(String decryptionKey)
decryptionKey - the decryptionKey value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.