System.Net.Security.AuthenticatedStream Members

The members of System.Net.Security.AuthenticatedStream are listed below.

See Also: Inherited members from System.IO.Stream

Protected Constructors

Public Properties

[read-only]
abstract
IsAuthenticatedbool.

Gets a bool value that indicates whether authentication was successful.

[read-only]
abstract
IsEncryptedbool.

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

[read-only]
abstract
IsMutuallyAuthenticatedbool.

Gets a bool value that indicates whether both server and client have been authenticated.

[read-only]
abstract
IsServerbool.

Gets a bool value that indicates whether the local side of the connection was authenticated as the server.

[read-only]
abstract
IsSignedbool.

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

[read-only]
LeaveInnerStreamOpenbool.

Gets whether the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data has been left open.

Protected Properties

[read-only]
InnerStreamSystem.IO.Stream.

Gets the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data.

Protected Methods

override
Dispose(bool)

Releases the unmanaged resources used by the System.Net.Security.AuthenticatedStream and optionally releases the managed resources.