C# 클래스 System.Net.Security.SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeContextBuffer

상속: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
QueryContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer, SafeHandle refHandle ) : int
SetContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer ) : int

보호된 메소드들

메소드 설명
SafeFreeContextBuffer ( ) : Microsoft.Win32.SafeHandles

비공개 메소드들

메소드 설명
CreateEmptyHandle ( ) : SafeFreeContextBuffer
EnumeratePackages ( int &pkgnum, SafeFreeContextBuffer &pkgArray ) : int
QueryContextAttributes_SECURITY ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer, SafeHandle refHandle ) : int
Set ( IntPtr value ) : void
SetContextAttributes_SECURITY ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer ) : int

메소드 상세

QueryContextAttributes() 공개 정적인 메소드

public static QueryContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer, SafeHandle refHandle ) : int
phContext System.Net.Security.SafeDeleteContext
contextAttribute Interop
buffer byte
refHandle System.Runtime.InteropServices.SafeHandle
리턴 int

SafeFreeContextBuffer() 보호된 메소드

protected SafeFreeContextBuffer ( ) : Microsoft.Win32.SafeHandles
리턴 Microsoft.Win32.SafeHandles

SetContextAttributes() 공개 정적인 메소드

public static SetContextAttributes ( System.Net.Security.SafeDeleteContext phContext, Interop contextAttribute, byte buffer ) : int
phContext System.Net.Security.SafeDeleteContext
contextAttribute Interop
buffer byte
리턴 int