New to Telerik Document ProcessingStart a free 30-day trial

Provides constants for hash algorithm identifiers used in document password protection.

Definition

Namespace:Telerik.Windows.Documents.Flow.Model.Protection

Assembly:Telerik.Windows.Documents.Flow.dll

Syntax:

C#
public static class ProtectionAlgorithmNames

Inheritance: objectProtectionAlgorithmNames

Fields

Identifies the SHA-1 hash algorithm for password verification; less secure than SHA-256 or higher.

C#
public const string SHA1 = "SHA-1"

Identifies the SHA-256 hash algorithm for password verification; recommended minimum for secure protection.

C#
public const string SHA256 = "SHA-256"

Identifies the SHA-384 hash algorithm for password verification; provides enhanced security over SHA-256.

C#
public const string SHA384 = "SHA-384"

Identifies the SHA-512 hash algorithm for password verification; the default and most secure option.

C#
public const string SHA512 = "SHA-512"
In this article
DefinitionFieldsSHA1SHA256SHA384SHA512
Not finding the help you need?
Contact Support