VpnSystemHealth VpnSystemHealth VpnSystemHealth VpnSystemHealth Class

Definition

Allows access to the security health of the system device.

public : sealed class VpnSystemHealth : IVpnSystemHealthpublic sealed class VpnSystemHealth : IVpnSystemHealthPublic NotInheritable Class VpnSystemHealth Implements IVpnSystemHealth// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider

Properties

StatementOfHealth StatementOfHealth StatementOfHealth StatementOfHealth

Gets the RFC compliant blob representing the Statement of Health. This can be used to send directly in any of the network protocols embedding a RFC compliant statement of health.

public : Buffer StatementOfHealth { get; }public Buffer StatementOfHealth { get; }Public ReadOnly Property StatementOfHealth As Buffer// This API is not available in Javascript.
Value
Buffer Buffer Buffer Buffer

The RFC compliant blob representing the Statement of Health.

Additional features and requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
networkingVpnProvider