Share via


VpnTrafficFilter.AppClaims Property

Definition

Gets a security descriptor specifying the set of checks of claims a process must have to be allowed by this traffic filter.

public:
 property IVector<Platform::String ^> ^ AppClaims { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> AppClaims();
public IList<string> AppClaims { get; }
var iVector = vpnTrafficFilter.appClaims;
Public ReadOnly Property AppClaims As IList(Of String)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

A security descriptor specifying the set of checks of claims a process must have to be allowed by this traffic filter.

Windows requirements

App capabilities
networkingVpnProvider

Applies to