IMetaDocumentRetriever.GetData(Uri, Boolean, String) 方法

定义

从指定位置获取身份验证元数据文档。 方法GetData(Uri, Boolean, String)适用于从 Exchange Server 2013 开始面向 Exchange Online 和 Exchange 版本的客户端。

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)

参数

url
Uri

元数据文档所在的位置的 URL。

bypassCache
Boolean

如果为 true ,则绕过元数据文档的缓存版本; 如果为 false ,则使用缓存的文档(如果可用)。

publicKeyDocument
String

公钥文档。

适用于