C# Class Microsoft.AspNetCore.Authentication.ActiveDirectory.BufferWrapper

Show file Open project: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
BufferType SecurityBufferType

Public Methods

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

Method Details

BufferWrapper() public method

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

Property Details

Buffer public property

public byte[] Buffer
return byte[]

BufferType public property

public SecurityBufferType BufferType
return SecurityBufferType