RasEntry Methods

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasEntry type exposes the following members.

Methods

  Name Description
Public method ClearCredentials()()()()
Clears the stored credentials for the entry.
Public method ClearCredentials(RasPreSharedKey)
Clears the stored credentials for the entry.
Public method Clone
Creates a copy of this object.
Public method Static member CreateBroadbandEntry(String, RasDevice)
Creates a new broadband entry.
Public method Static member CreateBroadbandEntry(String, RasDevice, Boolean)
Creates a new broadband entry.
Public method Static member CreateDialUpEntry
Creates a new dial-up entry.
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Static member CreateVpnEntry(String, String, RasVpnStrategy, RasDevice)
Creates a new virtual private network (VPN) entry.
Public method Static member CreateVpnEntry(String, String, RasVpnStrategy, RasDevice, Boolean)
Creates a new virtual private network (VPN) entry.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Static member Exists
Determines whether an entry exists within the phone book at the path specified.
Public method GetCredentials()()()()
Retrieves the credentials for the entry.
Public method GetCredentials(RasPreSharedKey)
Retrieves the credentials for the entry.
Public method GetCustomAuthData
Retrieves connection specific authentication information.
Public method GetEapUserData
Retrieves user-specific Extensible Authentication Protocol (EAP) information for the specified phone book entry.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Public method Remove
Removes the entry from the phone book.
Public method Rename
Renames the entry.
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method Update
Updates the entry.
Public method UpdateCredentials(NetworkCredential)
Updates the user credentials for the entry.
Public method UpdateCredentials(NetworkCredential, Boolean)
Updates the user credentials for the entry.
Public method UpdateCredentials(RasPreSharedKey, String)
Updates the user credentials for the entry.
Public method UpdateCustomAuthData
Updates the custom authentication data.
Public method UpdateEapUserData
Updates the user-specific Extensible Authentication Protocol (EAP) information in the registry.

See Also