VpnTrafficFilter.AppClaims Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
|