Edit

Share via


AppIdentityToken.Claims Property

Definition

Gets the claims identity collection. The Claims property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property Microsoft::IdentityModel::Claims::ClaimsIdentityCollection ^ Claims { Microsoft::IdentityModel::Claims::ClaimsIdentityCollection ^ get(); };
public Microsoft.IdentityModel.Claims.ClaimsIdentityCollection Claims { get; }
Public ReadOnly Property Claims As ClaimsIdentityCollection

Property Value

Microsoft.IdentityModel.Claims.ClaimsIdentityCollection

The claims identity collection.

Applies to