_Document.PasswordEncryptionAlgorithm プロパティ

定義

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アルゴリズムを指定します。

適用対象