SiteMachineKey Class
MachineKey of an app.
- Inheritance
-
azure.mgmt.web._serialization.ModelSiteMachineKey
Constructor
SiteMachineKey(*, validation: str | None = None, validation_key: str | None = None, decryption: str | None = None, decryption_key: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
validation
|
MachineKey validation. |
validation_key
|
Validation key. |
decryption
|
Algorithm used for decryption. |
decryption_key
|
Decryption key. |
Variables
Name | Description |
---|---|
validation
|
MachineKey validation. |
validation_key
|
Validation key. |
decryption
|
Algorithm used for decryption. |
decryption_key
|
Decryption key. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python