EncryptionParameters Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
Encryption parameters.
Syntax
public class EncryptionParameters
Inherited Members
Constructors
Name | Description |
---|---|
Encryption |
Initialize new instance of the Signature |
Properties
Name | Description |
---|---|
Hash |
Hashing algorithm for padding generation. |
Label | Optional input parameter for Oaep. |
Padding |
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. |