EncryptionParameters Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9448)
Encryption parameters.
Syntax
public class EncryptionParameters
Inherited Members
Constructors
| Name | Description |
|---|---|
| EncryptionParameters() | Initialize new instance of the SignatureParameters. |
Properties
| Name | Description |
|---|---|
| HashAlgorithm | Hashing algorithm for padding generation. |
| Label | Optional input parameter for Oaep. |
| PaddingScheme | Encryption scheme. |
| Silent | If set to true (default), the cryptographic provider should not display any user interface (UI) when working with private keys. Only used for decryption operations. |