Edit

Share via


IMetaDocumentRetriever.GetData(Uri, Boolean, String) Method

Definition

Gets an authentication metadata document from the specified location. The GetData(Uri, Boolean, String) method is applicable for clients that target Exchange Online and versions of Exchange starting with 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)

Parameters

url
Uri

The URL of the location where the metadata document is located.

bypassCache
Boolean

true to bypass a cached version of the metadata document; false to use a cached document, if available.

publicKeyDocument
String

The public key document.

Applies to