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

SafeDeleteContext() protected méthode

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