Table 2-14
ISDN via CAPI 2.0 properties and return values (continued)
Description
Return value
Property
Returns the current list of CAPI extensions
from the remote object
String
String = <CRemoteData>.CapiExtensions
CRemoteDataEx object
The CRemoteDataEx object contains the same functionality as the CRemoteData
object with some additional functionality.
The following table describes the properties and parameters.
In
Table 2-15
, replace the information in angle brackets with the actual values.
Table 2-15
CRemoteDataEx parameters
Description
Parameter
Property
Sets the name of the private key container to
use.
String
<CRemoteData>.PrivateKey(String)
Sets the common name of the private key to
use.
String
<CRemoteData>.CertificateName(String)
Sets the encryption level.
The following values are valid:
■
-1: None
■
0: pcAnywhere
■
1: Symmetric
■
2: Public key
Byte
<CRemoteData>.EncryptionLevel(Byte)
Defines whether the remote computer allows
a connection to a host computer that uses a
lower level of encryption.
Bool
<CRemoteData>.DenyLowerEncrypt(Bool)
Sets the domain name for automatic logins.
This option is used with NT authentication and
Windows authentication.
String
<CRemoteData>.AutoDomain(String)
The following table describes the properties and return values for the
CRemoteDataEx object.
In
Table 2-16
, replace the information in angle brackets with the actual values.
31
Visual Basic object definitions
CRemoteDataEx object