System.Net.Security.AuthenticatedStream.IsSigned Property

Gets a bool value that indicates whether the data sent using this stream is signed.

Syntax

public abstract bool IsSigned { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Data signing helps to protect the integrity of the data; namely, it helps the recipient determine whether the data has been tampered with while in transit.

Requirements

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