C# Class Nancy.Authentication.Ntlm.Security.BufferWrapper

ファイルを表示 Open project: toolchain/Nancy.Authentication.Ntlm Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
BufferType Common.SecurityBufferType

Public Methods

Method Description
BufferWrapper ( byte buffer, Common bufferType ) : System

Method Details

BufferWrapper() public method

public BufferWrapper ( byte buffer, Common bufferType ) : System
buffer byte
bufferType Common
return System

Property Details

Buffer public_oe property

public byte[] Buffer
return byte[]

BufferType public_oe property

public Common.SecurityBufferType BufferType
return Common.SecurityBufferType