System.Net.Security.AuthenticatedStream.IsEncrypted Property

Gets a bool value that indicates whether data sent using this System.Net.Security.AuthenticatedStream is encrypted.

Syntax

public abstract bool IsEncrypted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Encryption helps to protect the privacy of the data; namely, it helps to ensure that while data is in transit, it cannot be deciphered by third parties.

Requirements

Namespace: System.Net.Security
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0