System.Net.Security.AuthenticatedStream: Property Members

The properties of System.Net.Security.AuthenticatedStream are listed below. For a list of all members, see the AuthenticatedStream Members list.

See Also: Inherited members from System.IO.Stream

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.