C# 클래스 Microsoft.AspNetCore.Authentication.ActiveDirectory.BufferWrapper

파일 보기 프로젝트 열기: OneBitSoftware/Microsoft.AspNetCore.Authentication.ActiveDirectory 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
BufferType SecurityBufferType

공개 메소드들

메소드 설명
BufferWrapper ( byte buffer, SecurityBufferType bufferType ) : System

메소드 상세

BufferWrapper() 공개 메소드

public BufferWrapper ( byte buffer, SecurityBufferType bufferType ) : System
buffer byte
bufferType SecurityBufferType
리턴 System

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

BufferType 공개적으로 프로퍼티

public SecurityBufferType BufferType
리턴 SecurityBufferType