EncryptionProvider.GetProviderDetail method (Office)

Displays information about the encryption of the current document.

Syntax

expression.GetProviderDetail(encprovdet)

expression An expression that returns an 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 are you using?"

See also

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.