RasIkeV2Info.EncryptionMethod Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets the encryption method used by the connection.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public RasIPSecEncryptionType EncryptionMethod { get; }
Visual Basic
Public ReadOnly Property EncryptionMethod As RasIPSecEncryptionType
	Get
Visual C++
public:
property RasIPSecEncryptionType EncryptionMethod {
	RasIPSecEncryptionType get ();
}
F#
member EncryptionMethod : RasIPSecEncryptionType with get

Property Value

Type: RasIPSecEncryptionType

See Also