SignatureParameters Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9147)
Signature parameters.
Syntax
public class SignatureParameters
Inherited Members
Constructors
Name | Description |
---|---|
Signature |
Creates a new instance of Signature |
Properties
Name | Description |
---|---|
Format | Signature format. |
Hash |
Hashing algorithm. |
Padding |
Signature padding scheme. |
Salt |
Salt length in bytes (only used for Pss). |
Silent | If set to true (default), the cryptographic provider should not display any user interface (UI) when working with private keys. Only used for signing operations. |