Microsoft.InformationProtection.DLL can support calls in AzureChina?

Li Zihao 0 Reputation points
2024-03-27T07:14:13.8866667+00:00

I recently encountered a question of Azure Information Protection, can AIP be integrated with .NET in Azure China?

  1. Get token from login
  2. Some actions with Graph API
  3. Call DLL: Microsoft.InformationProtection.dll; Microsoft.Identity.Client;

I'm not sure if the following adjustment is useful:

 Login-AzAccount -EnvironmentName azurechinacloud

 $token = Get-AzAccessToken -ResourceUrl “[https://microsoftgraph.chinacloudapi.cn](https://microsoftgraph.chinacloudapi.cn)”

 $token.Token
```Could someone please help confirm this problem? Just want to confirm whether this DLL can be called in AzureChina.

Thanks a lot!
Azure Information Protection
Azure Information Protection
An Azure service that is used to control and help secure email, documents, and sensitive data that are shared outside the company.
517 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Givary-MSFT 28,236 Reputation points Microsoft Employee
    2024-03-27T08:55:08.6166667+00:00

    @Li Zihao Thank you for reaching out to us, refer to this doc - Azure Information Protection support for Office 365 operated by 21Vianet see if it helps, in the meantime I will try to get more information from my team on the above ask.

    0 comments No comments