protected override bool ReleaseHandle()
 {
     SecurityNativeMethods.CredFree(handle);
     return(true);
 }