Partager via


EncryptionProvider.GetProviderDetail Method

Displays information about the encryption of the current document.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Function GetProviderDetail ( _
    encprovdet As EncryptionProviderDetail _
) As Object
'Usage
Dim instance As EncryptionProvider
Dim encprovdet As EncryptionProviderDetail
Dim returnValue As Object

returnValue = instance.GetProviderDetail(encprovdet)
Object GetProviderDetail(
    EncryptionProviderDetail encprovdet
)

Parameters

Return Value

Type: System.Object
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.

See Also

Reference

EncryptionProvider Interface

EncryptionProvider Members

Microsoft.Office.Core Namespace