System.Net.Security.SafeSspiAuthDataHandle.SafeSspiAuthDataHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected method

protected ReleaseHandle ( ) : bool
return bool
        protected override bool ReleaseHandle()
        {
            return Interop.SspiCli.SspiFreeAuthIdentity(handle) == Interop.SECURITY_STATUS.OK;
        }
    }
SafeSspiAuthDataHandle.SafeSspiAuthDataHandle