SignatureParameters Class
Namespace: Rebex.Security.Cryptography
Assembly: Rebex.Common.dll (version 7.0.9083)
Signature parameters.
Syntax
public class SignatureParameters
Inherited Members
Constructors
Name | Description |
---|---|
SignatureParameters() | Creates a new instance of SignatureParameters. |
Properties
Name | Description |
---|---|
Format | Signature format. |
HashAlgorithm | Hashing algorithm. |
PaddingScheme | Signature padding scheme. |
SaltLength | 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. |