System.Security.Cryptography.SafeAppleCryptorHandle.SafeAppleCryptorHandle C# (CSharp) Method

SafeAppleCryptorHandle() public method

public SafeAppleCryptorHandle ( ) : System
return System
        public SafeAppleCryptorHandle()
            : base(IntPtr.Zero, ownsHandle: true)
        {
        }