SymmetricEncryptionAttribute constructor
Leave feedback
On this page
Creates symmetric algorithm with parameters and default passphrase.
def __init__(self, algorithm_type, key):
...
| Parameter | Type | Description |
|---|---|---|
| algorithm_type | groupdocs.signature.domain.extensions.SymmetricAlgorithmType | Encryption algorithm type |
| key | System.String | Encryption key |
Creates symmetric algorithm with parameters.
def __init__(self, algorithm_type, key, salt):
...
| Parameter | Type | Description |
|---|---|---|
| algorithm_type | groupdocs.signature.domain.extensions.SymmetricAlgorithmType | Specify symmetric algorithm type |
| key | System.String | Encryption key |
| salt | System.String | Passphrase for encryption |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.