System.Net.Security.SafeDeleteContext.SafeDeleteContext.SafeDeleteContext C# (CSharp) Method

SafeDeleteContext() protected method

protected SafeDeleteContext ( ) : Microsoft.Win32.SafeHandles
return Microsoft.Win32.SafeHandles
        protected SafeDeleteContext() : base(IntPtr.Zero, true)
        {
            _handle = new Interop.SspiCli.CredHandle();
        }
SafeDeleteContext.SafeDeleteContext