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

Exibir arquivo 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_oe property

public byte[] Buffer
return byte[]

BufferType public_oe property

public SecurityBufferType BufferType
return SecurityBufferType