SecureBlackbox 2020 macOS Edition

Questions / Feedback?

EncryptionType Property

The encryption type used to encrypt the document.

Syntax

public var encryptionType: OfficeencryptorEncryptionTypes {
get {...}
set {...} }

public enum OfficeencryptorEncryptionTypes: Int32 { case oetDefault = 0 case oetBinaryRC4 = 1 case oetBinaryRC4CryptoAPI = 2 case oetOpenXMLStandard = 3 case oetOpenXMLAgile = 4 case oetOpenDocument = 5 }

Default Value

0

Remarks

This property contains the encryption type used to encrypt the Office document.

Supported values:

oetDefault uses default encryption depending on Office document format.

oetBinaryRC4 uses RC4 encryption for Binary Office documents.

oetBinaryRC4CryptoAPI uses RC4 Crypto API encryption for Binary Office documents.

oetOpenXMLStandard uses standard encryption for OpenXML Office documents.

oetOpenXMLAgile uses agile encryption for OpenXML Office documents.

oetOpenDocument uses standard encryption for OpenOffice documents.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 macOS Edition - Version 20.0 [Build 8166]