Partager via


IMetaDocumentRetriever.GetData(Uri, Boolean, String) Méthode

Définition

Obtient un document de métadonnées d’authentification à partir de l’emplacement spécifié. La GetData(Uri, Boolean, String) méthode s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à partir de Exchange Server 2013.

public:
 void GetData(Uri ^ url, bool bypassCache, [Runtime::InteropServices::Out] System::String ^ % publicKeyDocument);
public void GetData (Uri url, bool bypassCache, out string publicKeyDocument);
Public Sub GetData (url As Uri, bypassCache As Boolean, ByRef publicKeyDocument As String)

Paramètres

url
Uri

URL de l’emplacement où se trouve le document de métadonnées.

bypassCache
Boolean

true pour contourner une version mise en cache du document de métadonnées ; false pour utiliser un document mis en cache, le cas échéant.

publicKeyDocument
String

Document de clé publique.

S’applique à