C# Class SocketServers.SspiContext

Inheritance: IDisposable
ファイルを表示 Open project: vf1/serversockets Class Usage Examples

Public Properties

Property Type Description
Buffer StreamBuffer
Connected bool
Handle SafeCtxtHandle
SecBufferDesc2 SecBufferDescEx[]
SecBufferDesc5 SecBufferDescEx
StreamSizes SecPkgContext_StreamSizes

Public Methods

Method Description
Dispose ( ) : void
SspiContext ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SspiContext() public method

public SspiContext ( ) : System
return System

Property Details

Buffer public_oe property

public StreamBuffer,SocketServers Buffer
return StreamBuffer

Connected public_oe property

public bool Connected
return bool

Handle public_oe property

public SafeCtxtHandle Handle
return SafeCtxtHandle

SecBufferDesc2 public_oe property

public SecBufferDescEx[] SecBufferDesc2
return SecBufferDescEx[]

SecBufferDesc5 public_oe property

public SecBufferDescEx SecBufferDesc5
return SecBufferDescEx

StreamSizes public_oe property

public SecPkgContext_StreamSizes StreamSizes
return SecPkgContext_StreamSizes