Mono Class Library: OverviewSystem.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
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. overrideBeginRead(byte[], int, int, AsyncCallback, object) : IAsyncResult Documentation for this section has not yet been entered. overrideBeginWrite(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. overrideEndRead(IAsyncResult) : int Documentation for this section has not yet been entered. overrideEndWrite(IAsyncResult) Documentation for this section has not yet been entered. overrideFlush() Documentation for this section has not yet been entered. overrideRead(byte[], int, int) : int Documentation for this section has not yet been entered. overrideSeek(long, System.IO.SeekOrigin) : long Documentation for this section has not yet been entered. overrideSetLength(long) Documentation for this section has not yet been entered. overrideWrite(byte[], int, int) Documentation for this section has not yet been entered.