DocumentClass.SetPasswordEncryptionOptions Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual void SetPasswordEncryptionOptions (string PasswordEncryptionProvider, string PasswordEncryptionAlgorithm, int PasswordEncryptionKeyLength, ref object PasswordEncryptionFileProperties);
abstract member SetPasswordEncryptionOptions : string * string * int * obj -> unit
override this.SetPasswordEncryptionOptions : string * string * int * obj -> unit
Public Overridable Sub SetPasswordEncryptionOptions (PasswordEncryptionProvider As String, PasswordEncryptionAlgorithm As String, PasswordEncryptionKeyLength As Integer, Optional ByRef PasswordEncryptionFileProperties As Object)
Parameters
- PasswordEncryptionProvider
- String
- PasswordEncryptionAlgorithm
- String
- PasswordEncryptionKeyLength
- Int32
- PasswordEncryptionFileProperties
- Object