encrypt method

encrypt

Encrypts Presentation with specified password.

def encrypt(self, encryption_password):
    ...
ParameterTypeDescription
encryption_passwordstrThe password.

See Also