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
[read-only] abstract | IsAuthenticated | bool.
Gets a bool value that indicates whether authentication was successful. |
[read-only] abstract | IsEncrypted | bool.
Gets a bool value that indicates whether data sent using this System.Net.Security.AuthenticatedStream is encrypted. |
[read-only] abstract | IsMutuallyAuthenticated | bool.
Gets a bool value that indicates whether both server and client have been authenticated. |
[read-only] abstract | IsServer | bool.
Gets a bool value that indicates whether the local side of the connection was authenticated as the server. |
[read-only] abstract | IsSigned | bool.
Gets a bool value that indicates whether the data sent using this stream is signed. |
[read-only] | LeaveInnerStreamOpen | bool.
Gets whether the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data has been left open. |
[read-only] | InnerStream | System.IO.Stream.
Gets the stream used by this System.Net.Security.AuthenticatedStream for sending and receiving data. |