VpnSystemHealth.StatementOfHealth 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 binary large object (blob) representing the Statement of Health. This is intended for use with Network Access Protection, which is no longer available as of Windows 10.
public:
property Buffer ^ StatementOfHealth { Buffer ^ get(); };
Buffer StatementOfHealth();
public Buffer StatementOfHealth { get; }
var buffer = vpnSystemHealth.statementOfHealth;
Public ReadOnly Property StatementOfHealth As Buffer
Property Value
A binary large object (blob) representing the Statement of Health.
Windows requirements
App capabilities |
networkingVpnProvider
|