_Workbook.SetPasswordEncryptionOptions(Object, Object, Object, Object) 方法

定义

使用密码来设置对工作簿进行加密的选项。

public void SetPasswordEncryptionOptions (object PasswordEncryptionProvider, object PasswordEncryptionAlgorithm, object PasswordEncryptionKeyLength, object PasswordEncryptionFileProperties);
Public Sub SetPasswordEncryptionOptions (Optional PasswordEncryptionProvider As Object, Optional PasswordEncryptionAlgorithm As Object, Optional PasswordEncryptionKeyLength As Object, Optional PasswordEncryptionFileProperties As Object)

参数

PasswordEncryptionProvider
Object

可选 对象。 区分大小写的加密服务提供商的字符串。

PasswordEncryptionAlgorithm
Object

可选 对象。 区分大小写的算法简称的字符串(例如“RC4”)。

PasswordEncryptionKeyLength
Object

可选 对象。 加密密钥的长度,为 8 的倍数(40 或更大)。

PasswordEncryptionFileProperties
Object

可选 对象。 如果为 True(默认值),则加密文件属性。

注解

PasswordEncryptionProviderPasswordEncryptionAlgorithmPasswordEncryptionKeyLength 参数互不独立。 选定的加密提供商限制了可以选择的算法和密钥长度的设置。

对于 参数, PasswordEncryptionKeyLength 键长度的范围没有固有限制。 该范围是由“加密服务提供商”确定的,同时还确定加密算法。

适用于