Share via


System.Network.Wireless.secureConnection Property

Gets whether the current connection is secure.

This property is read-only.

Syntax

propVal = System.Network.Wireless.secureConnection()

  

Parameters

  • bSecureConnection [out]
    Retrieves the state of the current connection.

    Value Meaning
    TRUE

    The connection is secure.

    FALSE

    The connection is not secure.

     

Remarks

If the system has multiple network interfaces, only the active one is detected.

Examples

The following example demonstrates how to use the secureConnection property.

var mytext = "Secure: " + System.Network.Wireless.secureConnection;

Requirements

Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
IDL Sidebar.idl
DLL Sidebar.Exe version 1.00 or later

See Also

System.Network.Wireless

 

 

Send comments about this topic to Microsoft

Build date: 2/24/2010

Build type: SDK