WriteProtectionOptions.HashAlgorithm Property
Returns a hash algorithm that is used to generate a password hash.
Namespace: DevExpress.Docs.Office
Assembly: DevExpress.Docs.Core.v26.1.dll
NuGet Package: DevExpress.Docs.Core
Declaration
Property Value
| Type | Description |
|---|---|
| HashAlgorithmType | A hash algorithm that is used to generate a password hash. |
Available values:
| Name | Description |
|---|---|
| Sha256 | Specifies the SHA-256 hash algorithm. |
| Sha384 | Specifies the SHA-384 hash algorithm. |
| Sha512 | Specifies the SHA-512 hash algorithm. |
See Also