EncryptionProvider.GetProviderDetail(EncryptionProviderDetail) Method

Definition

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.

Applies to