Mono Class Library: Overview

System.Net.Security.NegotiateStream: Method Members

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

See Also: Inherited members from System.Net.Security.AuthenticatedStream

Public Methods

AuthenticateAsClient()
Documentation for this section has not yet been entered.
AuthenticateAsClient(System.Net.NetworkCredential, string)
Documentation for this section has not yet been entered.
AuthenticateAsClient(System.Net.NetworkCredential, string, ProtectionLevel, System.Security.Principal.TokenImpersonationLevel)
Documentation for this section has not yet been entered.
AuthenticateAsServer()
Documentation for this section has not yet been entered.
AuthenticateAsServer(System.Net.NetworkCredential, ProtectionLevel, System.Security.Principal.TokenImpersonationLevel)
Documentation for this section has not yet been entered.
BeginAuthenticateAsClient(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsClient(System.Net.NetworkCredential, string, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsClient(System.Net.NetworkCredential, string, ProtectionLevel, System.Security.Principal.TokenImpersonationLevel, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsServer(AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
BeginAuthenticateAsServer(System.Net.NetworkCredential, ProtectionLevel, System.Security.Principal.TokenImpersonationLevel, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginRead(byte[], int, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
override
BeginWrite(byte[], int, int, AsyncCallback, object) : IAsyncResult
Documentation for this section has not yet been entered.
EndAuthenticateAsClient(IAsyncResult)
Documentation for this section has not yet been entered.
EndAuthenticateAsServer(IAsyncResult)
Documentation for this section has not yet been entered.
override
EndRead(IAsyncResult) : int
Documentation for this section has not yet been entered.
override
EndWrite(IAsyncResult)
Documentation for this section has not yet been entered.
override
Flush()
Documentation for this section has not yet been entered.
override
Read(byte[], int, int) : int
Documentation for this section has not yet been entered.
override
Seek(long, System.IO.SeekOrigin) : long
Documentation for this section has not yet been entered.
override
SetLength(long)
Documentation for this section has not yet been entered.
override
Write(byte[], int, int)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.