EncryptionProvider.GetProviderDetail Method
Displays information about the encryption of the current document.
Syntax
expression.GetProviderDetail(encprovdet)
expression An expression that returns a EncryptionProvider object.
Parameters
| Name | Required/Optional | Data Type | Description |
|---|---|---|---|
| encprovdet | Required | EncryptionProviderDetail | Specifies the encryption information that you want. |
Return Value
Variant
Remarks
This method allows you to query the EncryptionProvider object for information such as what is the download URL for users without your custom COM add-in installed, what algorithm are you implementing, and what cipher mode you are using.