Condividi tramite


NetworkOperatorTetheringSessionAccessPointConfiguration.IsAuthenticationKindSupported Metodo

Definizione

Ottiene un valore che indica se l'adattatore Wi-Fi consente di configurare l'hotspot di tethering con un tipo di autenticazione specifico. Simile a NetworkOperatorTetheringAccessPointConfiguration.IsAuthenticationKindSupported.

public:
 virtual bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind) = IsAuthenticationKindSupported;
bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind const& authenticationKind);
public bool IsAuthenticationKindSupported(TetheringWiFiAuthenticationKind authenticationKind);
function isAuthenticationKindSupported(authenticationKind)
Public Function IsAuthenticationKindSupported (authenticationKind As TetheringWiFiAuthenticationKind) As Boolean

Parametri

authenticationKind
TetheringWiFiAuthenticationKind

Specifica il tipo di autenticazione per cui eseguire una query.

Restituisce

Boolean

bool

true se il tipo di autenticazione è supportato; in caso contrario, false.

Requisiti Windows

Funzionalità dell'app
wiFiControl

Si applica a