Class StringKeyedHashOptions
Specifies options that is related to System.Security.Cryptography.KeyedHashAlgorithm operations. This class cannot be inherited.
Inherited Members
Namespace: Cuemon.Security.Cryptography
Assembly: Cuemon.Security.dll
Syntax
public sealed class StringKeyedHashOptions : KeyedHashOptions
Constructors
| Improve this DocStringKeyedHashOptions()
Initializes a new instance of the StringKeyedHashOptions class.
Declaration
public StringKeyedHashOptions()
Remarks
The following table shows the initial property values for an instance of StringKeyedHashOptions.
| Property | Initial Value |
|---|---|
| AlgorithmType | SHA1 |
| Encoding | System.Text.Encoding.Unicode |
| Preamble | Remove |
Properties
| Improve this DocEncoding
Gets or sets the encoding for the operation.
Declaration
public Encoding Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Text.Encoding | The encoding for the operation. |
Preamble
Gets or sets the action to take in regards to encoding related preamble sequences.
Declaration
public PreambleSequence Preamble { get; set; }
Property Value
| Type | Description |
|---|---|
| PreambleSequence | A value that indicates whether to preserve or remove preamble sequences. |