| Modifier and Type | Method and Description |
|---|---|
SiteMachineKey |
SiteConfig.machineKey()
Get site MachineKey.
|
SiteMachineKey |
SiteMachineKey.withDecryption(String decryption)
Set algorithm used for decryption.
|
SiteMachineKey |
SiteMachineKey.withDecryptionKey(String decryptionKey)
Set decryption key.
|
SiteMachineKey |
SiteMachineKey.withValidation(String validation)
Set machineKey validation.
|
SiteMachineKey |
SiteMachineKey.withValidationKey(String validationKey)
Set validation key.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/