RasEntry.EncryptionType Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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