Encryption Class |
public class Encryption : NativeObject
The Encryption type exposes the following members.
Name | Description | |
---|---|---|
Encryption | The UserPassword may be used to open the document with the permissions defined by the Permissions parameter. The OwnerPassword may be used to open the document with no access restrictions. The Permissions may be (all permissions), or a concatenation of the allowed Permission values. |
Name | Description | |
---|---|---|
OwnerPassword | The owner password opens the document with no access restrictions. | |
Permissions | The permissions that will be granted to a user who opens the document using the UserPassword. The value is either null (all permissions), or a concatenation of the allowed Permission values. | |
UserPassword | The user password opens the document with the permissions defined by the Permissions parameter. |
Name | Description | |
---|---|---|
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |