C# 클래스 System.Net.Security.SecurityBuffer

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
offset int
size int
token byte[]
type SecurityBufferType
unmanagedToken System.Runtime.InteropServices.SafeHandle

공개 메소드들

메소드 설명
SecurityBuffer ( ChannelBinding binding ) : System.Diagnostics
SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics
SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics
SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics

메소드 상세

SecurityBuffer() 공개 메소드

public SecurityBuffer ( ChannelBinding binding ) : System.Diagnostics
binding System.Security.Authentication.ExtendedProtection.ChannelBinding
리턴 System.Diagnostics

SecurityBuffer() 공개 메소드

public SecurityBuffer ( byte data, SecurityBufferType tokentype ) : System.Diagnostics
data byte
tokentype SecurityBufferType
리턴 System.Diagnostics

SecurityBuffer() 공개 메소드

public SecurityBuffer ( byte data, int offset, int size, SecurityBufferType tokentype ) : System.Diagnostics
data byte
offset int
size int
tokentype SecurityBufferType
리턴 System.Diagnostics

SecurityBuffer() 공개 메소드

public SecurityBuffer ( int size, SecurityBufferType tokentype ) : System.Diagnostics
size int
tokentype SecurityBufferType
리턴 System.Diagnostics

프로퍼티 상세

offset 공개적으로 프로퍼티

public int offset
리턴 int

size 공개적으로 프로퍼티

public int size
리턴 int

token 공개적으로 프로퍼티

public byte[] token
리턴 byte[]

type 공개적으로 프로퍼티

public SecurityBufferType type
리턴 SecurityBufferType

unmanagedToken 공개적으로 프로퍼티

public SafeHandle,System.Runtime.InteropServices unmanagedToken
리턴 System.Runtime.InteropServices.SafeHandle