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. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python