System.Net.Security.SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeCertContext.SafeFreeCredentials.SafeCredentialReference.SafeDeleteContext.SafeFreeContextBufferChannelBinding_SECURITY.ReleaseHandle C# (CSharp) 메소드

ReleaseHandle() 보호된 메소드

protected ReleaseHandle ( ) : bool
리턴 bool
        protected override bool ReleaseHandle()
        {
            return Interop.SspiCli.FreeContextBuffer(handle) == 0;
        }
    }
SafeSspiAuthDataHandle.SafeFreeContextBuffer.SafeFreeCertContext.SafeFreeCredentials.SafeCredentialReference.SafeDeleteContext.SafeFreeContextBufferChannelBinding_SECURITY