System.Net.Security.SafeSspiAuthDataHandle.SafeSspiAuthDataHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

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