EncryptionProvider.GetProviderDetail(EncryptionProviderDetail) 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.
Displays information about the encryption of the current document.
public:
System::Object ^ GetProviderDetail(Microsoft::Office::Core::EncryptionProviderDetail encprovdet);
public object GetProviderDetail (Microsoft.Office.Core.EncryptionProviderDetail encprovdet);
abstract member GetProviderDetail : Microsoft.Office.Core.EncryptionProviderDetail -> obj
Public Function GetProviderDetail (encprovdet As EncryptionProviderDetail) As Object
Parameters
- encprovdet
- EncryptionProviderDetail
Specifies the encryption information that you want.
Returns
object
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.