RasEntry.EncryptionType Property
From DotRas SDK
|
|
| DotRas SDK Documentation |
| RasEntry..::..EncryptionType Property |
| RasEntry Class See Also Send Feedback |
|
|
Gets or sets the type of encryption to use with the connection.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public RasEncryptionType EncryptionType { get; set; } |
| Visual Basic |
|---|
Public Property EncryptionType As RasEncryptionType Get Set |
| Visual C++ |
|---|
public: property RasEncryptionType EncryptionType { RasEncryptionType get (); void set (RasEncryptionType value); } |
| F# |
|---|
member EncryptionType : RasEncryptionType with get, set |
Property Value
Type: RasEncryptionType
Remarks
This member does not affect how passwords are encrypted. Whether passwords are encrypted and how passwords are encrypted is determined by the authentication protocol.
See Also