Skip to main content
All docs
V26.1
  • WriteProtectionOptions(String, HashAlgorithmType) Constructor

    Initializes a new instance of the WriteProtectionOptions class with specified settings.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public WriteProtectionOptions(
        string password,
        HashAlgorithmType hashAlgorithm = HashAlgorithmType.Sha512
    )

    Parameters

    Name Type
    password String

    Optional Parameters

    Name Type Default
    hashAlgorithm HashAlgorithmType Sha512
    See Also