
- 250 -
Authentication
Sets or acquires the authentication method.
■ Syntax
[VB]
Public Shared Property Authentication As EN_AUTHENTICATION
[C#]
public static EN_AUTHENTICATION Authentication {get; set;}
■ Property
Authentication method
Parameter values
: As listed in EN_AUTHENTICATION
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
■ Note
This property has been retained to provide compatibility with Windows CE4.1. Ensure to
use the Profile class Authentication property for the authentication method setting.
When setting or acquiring the authentication method when in Zero Config mode, depending
on the RF.SelectedProfile property, please perform after selecting the Profile to be edited.
When setting EN_AUTHENTICATION.OPEN for this property when in Zero Config mode,
change the authentication method value to OPEN and the encryption method value to
DISABLE in the BHT class library.
When in Zero Config mode, if EN_AUTHENTICATION.SHARED40 or
EN_AUTHENTICATION.SHARED128 is set for this property, the BHT class library internal
authentication method value is changed to Open, and the encryption method value is
changed to WEP.
Komentáře k této Příručce