Internal.NativeCrypto.SafeHashHandle.ReleaseHandle C# (CSharp) Method

ReleaseHandle() protected final method

protected final ReleaseHandle ( ) : bool
return bool
        protected sealed override bool ReleaseHandle()
        {
            uint ntStatus = BCryptDestroyHash(handle);
            return ntStatus == 0;
        }