System.Security.Cryptography.SafeAppleCryptorHandle.ReleaseHandle C# (CSharp) Méthode

ReleaseHandle() protected méthode

protected ReleaseHandle ( ) : bool
Résultat bool
        protected override bool ReleaseHandle()
        {
            Interop.AppleCrypto.CryptorFree(handle);
            SetHandle(IntPtr.Zero);
            return true;
        }