_Document.PasswordEncryptionAlgorithm 属性

定义

返回一个 字符串 ,表示 Microsoft Word 在用密码对文档加密时使用的算法。

public:
 property System::String ^ PasswordEncryptionAlgorithm { System::String ^ get(); };
public string PasswordEncryptionAlgorithm { get; }
member this.PasswordEncryptionAlgorithm : string
Public ReadOnly Property PasswordEncryptionAlgorithm As String

属性值

注解

SetPasswordEncryptionOptions(String, String, Int32, Object)使用 方法指定Word使用密码加密文档的算法。

适用于