Package system.net.security
Class NegotiateStream
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.Stream
-
- system.net.security.AuthenticatedStream
-
- system.net.security.NegotiateStream
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class NegotiateStream extends AuthenticatedStream
The base .NET class managing System.Net.Security.NegotiateStream, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Net.Security.NegotiateStream
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: Systemstatic java.lang.String
className
Qualified class name: System.Net.Security.NegotiateStreamstatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description NegotiateStream()
NegotiateStream(java.lang.Object instance)
Internal constructor.NegotiateStream(Stream innerStream)
NegotiateStream(Stream innerStream, boolean leaveInnerStreamOpen)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
AuthenticateAsClient()
void
AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName)
void
AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
void
AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName)
void
AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
Task
AuthenticateAsClientAsync()
Task
AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName)
Task
AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
Task
AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName)
Task
AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel)
void
AuthenticateAsServer()
void
AuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel)
void
AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel)
void
AuthenticateAsServer(ExtendedProtectionPolicy policy)
Task
AuthenticateAsServerAsync()
Task
AuthenticateAsServerAsync(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel)
Task
AuthenticateAsServerAsync(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel)
Task
AuthenticateAsServerAsync(ExtendedProtectionPolicy policy)
IAsyncResult
BeginAuthenticateAsClient(AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginAuthenticateAsServer(ExtendedProtectionPolicy policy, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
IAsyncResult
BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState)
IAsyncResult
BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4)
static NegotiateStream
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoNegotiateStream
, a cast assert is made to check if types are compatible.void
EndAuthenticateAsClient(IAsyncResult asyncResult)
void
EndAuthenticateAsServer(IAsyncResult asyncResult)
int
EndRead(IAsyncResult asyncResult)
void
EndWrite(IAsyncResult asyncResult)
void
Flush()
TokenImpersonationLevel
getImpersonationLevel()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeIIdentity
getRemoteIdentity()
int
Read(byte[] buffer, int offset, int count)
int
Read(JCORefOut dupParam0, int dupParam1, int dupParam2)
long
Seek(long offset, SeekOrigin origin)
void
setJCOInstance(JCObject instance)
void
SetLength(long value)
void
Write(byte[] buffer, int offset, int count)
void
Write(JCORefOut dupParam0, int dupParam1, int dupParam2)
-
Methods inherited from class system.net.security.AuthenticatedStream
getIsAuthenticated, getIsEncrypted, getIsMutuallyAuthenticated, getIsServer, getIsSigned, getLeaveInnerStreamOpen
-
Methods inherited from class system.io.Stream
close, Close, CopyTo, CopyTo, CopyToAsync, CopyToAsync, CopyToAsync, Dispose, FlushAsync, FlushAsync, getCanRead, getCanSeek, getCanTimeout, getCanWrite, getLength, getPosition, getReadTimeout, getWriteTimeout, ReadByte, setPosition, setReadTimeout, setWriteTimeout, Synchronized, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteByte
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Net.Security.NegotiateStream- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NegotiateStream
public NegotiateStream(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
NegotiateStream
public NegotiateStream() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
NegotiateStream
public NegotiateStream(Stream innerStream) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
NegotiateStream
public NegotiateStream(Stream innerStream, boolean leaveInnerStreamOpen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classAuthenticatedStream
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classAuthenticatedStream
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classAuthenticatedStream
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classAuthenticatedStream
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classAuthenticatedStream
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classAuthenticatedStream
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static NegotiateStream cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoNegotiateStream
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
NegotiateStream
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
EndRead
public int EndRead(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, WaitHandleCannotBeOpenedException
- Overrides:
EndRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
EventSourceException
ThreadAbortException
TaskSchedulerException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
SynchronizationLockException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
WaitHandleCannotBeOpenedException
-
Read
public int Read(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException, Win32Exception
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
Win32Exception
-
Read
public int Read(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, SemaphoreFullException, Win32Exception
- Overrides:
Read
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
SemaphoreFullException
Win32Exception
-
Seek
public long Seek(long offset, SeekOrigin origin) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
- Overrides:
Seek
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, NotSupportedException, TaskSchedulerException, Win32Exception, AccessViolationException, SecurityException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, WaitHandleCannotBeOpenedException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
NotSupportedException
TaskSchedulerException
Win32Exception
AccessViolationException
SecurityException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
WaitHandleCannotBeOpenedException
InvalidCredentialException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
BeginAuthenticateAsClient
public IAsyncResult BeginAuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
IOException
PlatformNotSupportedException
InvalidOperationException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, CultureNotFoundException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IOException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
CultureNotFoundException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, ConfigurationErrorsException, MissingMethodException, ObjectDisposedException, SemaphoreFullException, AccessViolationException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, WaitHandleCannotBeOpenedException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
ConfigurationErrorsException
MissingMethodException
ObjectDisposedException
SemaphoreFullException
AccessViolationException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
WaitHandleCannotBeOpenedException
InvalidCredentialException
-
BeginAuthenticateAsServer
public IAsyncResult BeginAuthenticateAsServer(ExtendedProtectionPolicy policy, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
IOException
PlatformNotSupportedException
InvalidOperationException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
BeginRead
public IAsyncResult BeginRead(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, SemaphoreFullException, Win32Exception
- Overrides:
BeginRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
SemaphoreFullException
Win32Exception
-
BeginRead
public IAsyncResult BeginRead(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, SemaphoreFullException, Win32Exception
- Overrides:
BeginRead
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
SemaphoreFullException
Win32Exception
-
BeginWrite
public IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback asyncCallback, NetObject asyncState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, AccessViolationException, Win32Exception, SemaphoreFullException
- Overrides:
BeginWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
AccessViolationException
Win32Exception
SemaphoreFullException
-
BeginWrite
public IAsyncResult BeginWrite(JCORefOut dupParam0, int dupParam1, int dupParam2, AsyncCallback dupParam3, NetObject dupParam4) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException, TaskSchedulerException, TaskCanceledException, AggregateException, IndexOutOfRangeException, AccessViolationException, Win32Exception, SemaphoreFullException
- Overrides:
BeginWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
TaskSchedulerException
TaskCanceledException
AggregateException
IndexOutOfRangeException
AccessViolationException
Win32Exception
SemaphoreFullException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsClientAsync
public Task AuthenticateAsClientAsync(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsServerAsync
public Task AuthenticateAsServerAsync(ExtendedProtectionPolicy policy) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, PlatformNotSupportedException, Win32Exception, NotSupportedException, SecurityException, OutOfMemoryException, AuthenticationException, IOException, InvalidCredentialException, TaskSchedulerException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
PlatformNotSupportedException
Win32Exception
NotSupportedException
SecurityException
OutOfMemoryException
AuthenticationException
IOException
InvalidCredentialException
TaskSchedulerException
-
AuthenticateAsClient
public void AuthenticateAsClient() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
NotImplementedException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
AuthenticateAsClient
public void AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
AuthenticateAsClient
public void AuthenticateAsClient(NetworkCredential credential, ChannelBinding binding, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, TaskCanceledException, AggregateException, SemaphoreFullException, IndexOutOfRangeException, NotSupportedException, TaskSchedulerException, Win32Exception, AccessViolationException, SecurityException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, WaitHandleCannotBeOpenedException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
TaskCanceledException
AggregateException
SemaphoreFullException
IndexOutOfRangeException
NotSupportedException
TaskSchedulerException
Win32Exception
AccessViolationException
SecurityException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
WaitHandleCannotBeOpenedException
InvalidCredentialException
-
AuthenticateAsClient
public void AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
AuthenticateAsClient
public void AuthenticateAsClient(NetworkCredential credential, java.lang.String targetName, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel allowedImpersonationLevel) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, SemaphoreFullException, NotSupportedException, Win32Exception, AccessViolationException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, IOException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
SemaphoreFullException
NotSupportedException
Win32Exception
AccessViolationException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
IOException
InvalidCredentialException
-
AuthenticateAsServer
public void AuthenticateAsServer() throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
IOException
PlatformNotSupportedException
InvalidOperationException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
AuthenticateAsServer
public void AuthenticateAsServer(NetworkCredential credential, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, IOException, ArgumentNullException, PlatformNotSupportedException, InvalidOperationException, NotSupportedException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, CultureNotFoundException, SecurityException, FormatException, ThreadAbortException, OutOfMemoryException, IndexOutOfRangeException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
IOException
ArgumentNullException
PlatformNotSupportedException
InvalidOperationException
NotSupportedException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
CultureNotFoundException
SecurityException
FormatException
ThreadAbortException
OutOfMemoryException
IndexOutOfRangeException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
AuthenticateAsServer
public void AuthenticateAsServer(NetworkCredential credential, ExtendedProtectionPolicy policy, ProtectionLevel requiredProtectionLevel, TokenImpersonationLevel requiredImpersonationLevel) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, SecurityException, UnauthorizedAccessException, IOException, InvalidOperationException, PlatformNotSupportedException, NotSupportedException, Win32Exception, InvalidCastException, ConfigurationErrorsException, MissingMethodException, ObjectDisposedException, SemaphoreFullException, AccessViolationException, ThreadAbortException, OutOfMemoryException, CryptographicException, AuthenticationException, WaitHandleCannotBeOpenedException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
SecurityException
UnauthorizedAccessException
IOException
InvalidOperationException
PlatformNotSupportedException
NotSupportedException
Win32Exception
InvalidCastException
ConfigurationErrorsException
MissingMethodException
ObjectDisposedException
SemaphoreFullException
AccessViolationException
ThreadAbortException
OutOfMemoryException
CryptographicException
AuthenticationException
WaitHandleCannotBeOpenedException
InvalidCredentialException
-
AuthenticateAsServer
public void AuthenticateAsServer(ExtendedProtectionPolicy policy) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentException, IndexOutOfRangeException, NullReferenceException, ArgumentOutOfRangeException, NotSupportedException, IOException, PlatformNotSupportedException, InvalidOperationException, InvalidCastException, ConfigurationErrorsException, SemaphoreFullException, Win32Exception, AccessViolationException, SecurityException, ThreadAbortException, OutOfMemoryException, ObjectDisposedException, AuthenticationException, InvalidCredentialException
- Throws:
java.lang.Throwable
ArgumentNullException
FormatException
ArgumentException
IndexOutOfRangeException
NullReferenceException
ArgumentOutOfRangeException
NotSupportedException
IOException
PlatformNotSupportedException
InvalidOperationException
InvalidCastException
ConfigurationErrorsException
SemaphoreFullException
Win32Exception
AccessViolationException
SecurityException
ThreadAbortException
OutOfMemoryException
ObjectDisposedException
AuthenticationException
InvalidCredentialException
-
EndAuthenticateAsClient
public void EndAuthenticateAsClient(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
-
EndAuthenticateAsServer
public void EndAuthenticateAsServer(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, WaitHandleCannotBeOpenedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException, AbandonedMutexException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
WaitHandleCannotBeOpenedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
AbandonedMutexException
-
EndWrite
public void EndWrite(IAsyncResult asyncResult) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, EventSourceException, ThreadAbortException, TaskSchedulerException, OperationCanceledException, TaskCanceledException, AggregateException, SemaphoreFullException, SynchronizationLockException, NotSupportedException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, WaitHandleCannotBeOpenedException
- Overrides:
EndWrite
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
EventSourceException
ThreadAbortException
TaskSchedulerException
OperationCanceledException
TaskCanceledException
AggregateException
SemaphoreFullException
SynchronizationLockException
NotSupportedException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
WaitHandleCannotBeOpenedException
-
Flush
public void Flush() throws java.lang.Throwable
-
SetLength
public void SetLength(long value) throws java.lang.Throwable
-
Write
public void Write(byte[] buffer, int offset, int count) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, AccessViolationException, Win32Exception, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
Write
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
AccessViolationException
Win32Exception
IOException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NotSupportedException, AccessViolationException, Win32Exception, IOException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, PathTooLongException, DriveNotFoundException, OperationCanceledException, TaskSchedulerException, SemaphoreFullException
- Overrides:
Write
in classStream
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
NotSupportedException
AccessViolationException
Win32Exception
IOException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
PathTooLongException
DriveNotFoundException
OperationCanceledException
TaskSchedulerException
SemaphoreFullException
-
getRemoteIdentity
public IIdentity getRemoteIdentity() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, NotImplementedException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, Win32Exception, AccessViolationException, NotSupportedException, SecurityException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
NotImplementedException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
Win32Exception
AccessViolationException
NotSupportedException
SecurityException
-
getImpersonationLevel
public TokenImpersonationLevel getImpersonationLevel() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, AccessViolationException, NotSupportedException
-
-